CUET-PG SERIES Ict
Computer Literacy
18 previous year questions.
Volume: 18 Ques
Yield: Medium
High-Yield Trend
18
2023 Chapter Questions 18 MCQs
01
PYQ 2023
medium
ict ID: cuet-pg-
Match List I with List II
Choose the correct answer from the options given below:
List I (Functional Blocks/Units) | List II (Related Units/Parameters) | ||
|---|---|---|---|
| A | Arithmetic logic unit (ALU) | I | Memory read/write |
| B | Instruction register | II | Memory address |
| C | Control unit | III | Opcode |
| D | Program counter | IV | Accumulator |
1
(A)-(IV); (B)-(III); (C)-(II); (D)-(I)
2
(A)-(III); (B)-(IV); (C)-(I); (D)-(II)
3
(A)-(III); (B)-(IV); (C)-(II); (D)-(I)
4
(A)-(IV); (B)-(III); (C)-(1); (D)-(II)
02
PYQ 2023
medium
ict ID: cuet-pg-
The amount of time required to read a block of data from a disk into memory is composed of seek time, rotational latency and transfer time. Rotational latency refers to
1
the time its taken for the platter to make a full rotaion
2
the time its taken for the read-write head to more into possition over the appropriate track
3
the time it taken for the platter to rotate the correct sector under the head
4
to reduce number of bits in the field of instruction
03
PYQ 2023
medium
ict ID: cuet-pg-
A RAM chip has a capacity of 1024 words of 8 bits each (1k×8). The number of 2 × 4 decoders with enable line needed to construct a 16k × 16 RAM from 1k×8 RAM is_______.
1
5
2
4
3
7
4
6
04
PYQ 2023
medium
ict ID: cuet-pg-
Calculate the capacity of a two-platter disk unit with 18000 cylinders, an average of 520 sectors per track, and a sector size of 512 Bytes
1
17.85 GB
2
18.85 GB
3
16.58 GB
4
15.58 GB
05
PYQ 2023
medium
ict ID: cuet-pg-
Disk cache is a____
1
HDD
2
ROM
3
Random Access Memory
4
Nonvolatile memory
06
PYQ 2023
medium
ict ID: cuet-pg-
A technique using which a computer periodically collects all the deleted space onto the free storage list is called
1
Garbage collection
2
Garbage compaction
3
Linked list
4
Free storage
07
PYQ 2023
medium
ict ID: cuet-pg-
A. All AVL trees are binary search trees, but not vice-versa
B. There are four types of rotations to balance the AVL trees.
C. Four types of traversals are possible on tree data structure
D. The smallest elements in binary search is the right most element.
E. The time complexity of binary sort algorithm is O (logn)
choose the correct answer from the options given below:
B. There are four types of rotations to balance the AVL trees.
C. Four types of traversals are possible on tree data structure
D. The smallest elements in binary search is the right most element.
E. The time complexity of binary sort algorithm is O (logn)
choose the correct answer from the options given below:
1
A,B,C,D and E only
2
A,B,C only
3
B,C,D only
4
B,C,D and E only
08
PYQ 2023
medium
ict ID: cuet-pg-
Which of the following is correct solution of given reccurence.
1
2
3
4
09
PYQ 2023
medium
ict ID: cuet-pg-
Match List I with List II
| List I | List II | ||
| A | I | ω(n) | |
| B | II | 0(2n) | |
| C | III | ω(2n) | |
| D | IV | 0(2n) |
1
A-I, B-III, C-IV, D-II
2
A-II, B-III, C-IV, D-I
3
A-1, B-II, C-III, D-IV
4
A-IV, B-III, C-II, D-I
10
PYQ 2023
medium
ict ID: cuet-pg-
The number of bits in the tag field of an address is
1
11
2
14
3
16
4
27
11
PYQ 2023
medium
ict ID: cuet-pg-
Gigabit ethernet has a data rate of
1
100 Mbps
2
10 Mbps
3
1000 Mbps
4
1 Mbps
12
PYQ 2023
medium
ict ID: cuet-pg-
What are the components of an intelligent agent?
1
1. Perception, Environment, Agent and Goals
2
Sensors, Actuators, Environment and Goals
3
Sensors, Effectors, Environment and Goals
4
Perception, Actuators, Environment and Goals
13
PYQ 2023
medium
ict ID: cuet-pg-
In Artificial Intelligence, knowledge can be represented as
A. Predicate Logic
B. Propositional Logic
C. Compound Logic
D. Machine Logic
Choose the correct answer from the options given below
A. Predicate Logic
B. Propositional Logic
C. Compound Logic
D. Machine Logic
Choose the correct answer from the options given below
1
A and B only
2
B only
3
A and C only
4
D only
14
PYQ 2023
medium
ict ID: cuet-pg-
A 32 bit wide main memory with a capacity of 1 GB is built using 256 m \times 4 bits DRAM chips. The number of rows memory cells in the DRAM chip is 214. The time taleen to perform one refresh operation is 50 nanoseconds. The refresh period is 2 milli seconds. The percentage (rounded to the closest integer) of the time available for performing the memory read/write operations in the main memory unit is_______.
1
56
2
59
3
54
4
61
15
PYQ 2023
medium
ict ID: cuet-pg-
Which of the following is a correct definition of volatile memory?
1
It does not retain its contents at high temperature
2
It is to be kept in air tight box
3
It loses its contents on failure of power supply
4
It does not lose its content on failure of power supply
16
PYQ 2023
medium
ict ID: cuet-pg-
Consider the expression (a-1)* (((b+c)/ 3) + d). Let x be the minimum number of registers required by an optimal code generation (without any register spill) algorithm for a load/store architecture, in which
(i) Only load and store instructions can have memory operands and
(ii) Arithmetic instructions can have only register or immediate operands. The value of x is______.
(i) Only load and store instructions can have memory operands and
(ii) Arithmetic instructions can have only register or immediate operands. The value of x is______.
1
2
2
4
3
1
4
3
17
PYQ 2023
medium
ict ID: cuet-pg-
The number of possible Boolean functions that can be defined for n Boolean variables over n - valued Boolean algebra is_____.
1
2
3
4
18
PYQ 2023
medium
ict ID: cuet-pg-
If w, x, y, are Boolean variables, then which of the following is incorrect?
1
wx+w(x + y) + x(x+y)=x+wy
2
3
4
(w+y)(wxy+ wyz) = wxy + wyz