CS201 Quiz 1 Correct Answers Solved by getready | cs201 quiz with answers
Question # 1 of 10 ( Start time: 11:42:58 PM, 26 May 2023
)Total Marks: 1Multi-programming is a way to implement?
Select the correct option
Batch processing
Interactive processing
Real time processing
Time sharing
CS201 Quiz
The correct option is: Time sharing.
CS201 Quiz 1 Correct Answers
Question # 2 of 10 ( Start time: 11:47:42 PM, 26 May 2023
)Total Marks: 1Query is the set of words given to the search engine for
Select the correct
option
Scrolling
Extraction
Searching
Manipulation
CS201 Quiz
The correct option is: Searching.
CS201 Quiz 1 Correct Answers
Question # 3 of 10 ( Start time: 11:48:04 PM, 26 May 2023
)Total Marks: 1_____________ Boolean operation produces the output as 1 when
both inputs are 1. Select the correct option
XOR
NOT
AND
OR
CS201 Quiz
The correct option is: AND.
The AND Boolean operation produces an output of 1 only when
both inputs are 1. If any of the inputs is 0, the output will be 0. This
operation is often represented using the logical symbol "∧"
or expressed as "A AND B" in logical expressions.
CS201 Quiz 1 Correct Answers
Question # 4 of 10 ( Start time: 11:48:27 PM, 26 May 2023
)Total Marks: 1Bits can represent in chip as: Select the correct option
Addition form Algebra
Form
0,1 form
A,B form
CS201 Quiz
The correct option is: 0,1 form.
Bits can be represented in a chip using the 0 and 1 form. In
digital systems, bits are the fundamental units of information and can have two
possible values: 0 or 1. These values can be represented by different
electrical or physical states in a chip, such as low voltage for 0 and high
voltage for 1. The binary representation using 0s and 1s allows for efficient
and reliable storage, manipulation, and processing of information in digital
systems.
CS201 Quiz 1 Correct Answers
Question # 5 of 10 ( Start time: 11:48:47 PM, 26 May 2023
)Total Marks: 12 raised the 0 equals to _______. Select the correct option
3
1
2
0
CS201 Quiz
The correct option is: 1
Any number raised to the power of 0 is equal to 1. It is a
mathematical property that holds true for all numbers except 0 itself.
Therefore, 12 raised to the power of 0 is equal to 1.
CS201 Quiz 1 Correct Answers
Question # 6 of 10 ( Start time: 11:49:18 PM, 26 May 2023
)Total Marks: 1Which software is used to perform tasks particular related to
the Machine’s utilization? Select the correct option
Utility software
Device drivers
Application software
System software
CS201 Quiz
The correct option is: System
software.
System software is used to perform tasks related to the
machine's utilization. It includes operating systems, such as Windows, macOS,
and Linux, that manage the hardware resources of a computer system and provide
a platform for running application software. System software also includes
utility programs that help in managing and maintaining the computer system,
such as disk defragmenters, antivirus software, system monitoring tools, and
device drivers that enable communication between hardware devices and the
operating system.
CS201 Quiz 1 Correct Answers
Question # 7 of 10 ( Start time: 11:49:37 PM, 26 May 2023
)Total Marks: 1Capacity of one sector of CD is of _______ KB. Select the
correct option
1
3
2
4
CS201 Quiz
The correct option is: 1.
The capacity of one sector of a CD is typically 1 kilobyte
(KB). A CD, or Compact Disc, is a commonly used optical storage medium for
data. It consists of a series of tracks, and each track is divided into
sectors. Each sector on a standard CD can store 2,048 bytes, which is
equivalent to 2 kilobytes. However, since the question asks for the capacity of
one sector, the correct answer is 1 kilobyte (KB).
CS201 Quiz 1 Correct Answers
Question # 8 of 10 ( Start time: 11:49:57 PM, 26 May 2023
)Total Marks: 1Which type of similar instruction is executed by the CPU to
"store" the bit pattern in the controller? Select the correct option
Jump Instruction
Store Instruction
Receive Instruction
Load Instruction
CS201 Quiz
The correct option is: Store
Instruction.
A store instruction is executed by the CPU to store a bit
pattern in the memory or a register. This instruction is used to save data or
information from the CPU's internal registers or temporary storage locations
into the main memory or other designated memory locations. By using store
instructions, the CPU can transfer data from its internal storage to external
memory, allowing for data persistence and retrieval when needed.
CS201 Quiz 1 Correct Answers
Question # 9 of 10 ( Start time: 11:50:25 PM, 26 May 2023
)Total Marks: 1_____________ tag gives you particular information of any
website. Select the correct option
Related
Info
Semicolon
Cache
CS201 Quiz 1
The correct option is: Related