wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CONTENTS

Total questions: 83

Worksheet time: 42mins

Name
Class
Date
1.

What is the full form of RAM?

a)

Random Access Memory

b)

Readily Available Memory

c)

Run Access Module

d)

Random Allocation Method

2.

What is the full form of DRAM?

a)

Dynamic Random Access Memory

b)

Direct Read Access Memory

c)

Digital Random Access Module

d)

Data Read Access Method

3.

What is the full form of SRAM?

a)

Static Random Access Memory

b)

Sequential Read Access Memory

c)

Synchronous Random Access Memory

d)

Serial Read Access Module

4.

What is the full form of SDRAM?

a)

Synchronous Dynamic Random Access Memory

b)

Static Dynamic Random Access Memory

c)

Synchronous Direct Read Access Memory

d)

Serial Dynamic Random Access Memory

5.

What is the full form of DDRAM?

a)

Double Data Rate Random Access Memory

b)

Dynamic Data Random Access Memory

c)

Direct Data Read Access Memory

d)

Dual Device Random Access Memory

6.

What is the full form of ROM?

a)

Read Only Memory

b)

Random Output Memory

c)

Run On Memory

d)

Read Over Module

7.

What is the full form of PROM?

a)

Programmable Read Only Memory

b)

Primary Read Only Memory

c)

Permanent Read Only Memory

d)

Protected Read Only Memory

8.

What is the full form of EPROM?

a)

Erasable Programmable Read Only Memory

b)

Electronic Programmable Read Only Memory

c)

Extended Programmable Read Only Memory

d)

Embedded Programmable Read Only Memory

9.

What is the full form of EEPROM?

a)

Electrically Erasable Programmable Read Only Memory

b)

Electronically Erasable Programmable Output Memory

c)

Enhanced Erasable Programmable Read Only Memory

d)

Electrically Editable Programmable Read Only Memory

10.

What is cache memory used for in a computer system?

a)

Cache memory is used to store frequently accessed data and instructions to speed up processing.

b)

Cache memory is used to permanently store user files and documents.

c)

Cache memory is used to connect the computer to the internet.

d)

Cache memory is used to display graphics on the monitor.

11.

What is a counter in digital electronics?

a)

A combinational circuit

b)

A sequential circuit that goes through a predefined sequence of states upon receiving clock pulses

c)

A type of memory

d)

A logic gate

12.

Name the two types of counters mentioned in the slide.

a)

Synchronous and Asynchronous counters

b)

Up and Down counters

c)

Ring and Johnson counters

d)

Ripple and Decade counters

13.

What does the modulus of a counter represent?

a)

Number of states in a counter

b)

Number of flip-flops used

c)

Frequency of the clock signal

d)

Type of logic family

14.

A Mod 3 counter has how many states and what are they?

a)

3 states: 0, 1, 2

b)

2 states: 0, 1

c)

4 states: 0, 1, 2, 3

d)

5 states: 0, 1, 2, 3, 4

15.

A Mod 8 counter counts from ______ to ______.

a)

0 to 7

b)

1 to 8

c)

0 to 8

d)

1 to 7

16.

Which type of counter has all flip-flops receiving the clock signal simultaneously?

a)

Synchronous Counter

b)

Asynchronous Counter

17.

Which type of counter is faster due to simultaneous switching?

a)

Synchronous Counter

b)

Asynchronous Counter

18.

Fill in the blank: The propagation delay in a synchronous counter is _______.

a)

Minimal

b)

Maximum

c)

Unpredictable

d)

Very High

19.

Which type of counter has a more complex circuit with extra logic gates?

a)

Synchronous Counter

b)

Asynchronous Counter

20.

Which type of counter has higher power consumption due to additional gates?

a)

Synchronous Counter

b)

Asynchronous Counter

21.

Which type of counter is more reliable and stable?

a)

Synchronous Counter

b)

Asynchronous Counter

22.

Fill in the blank: The cost of a synchronous counter is _______ due to extra hardware.

a)

Higher

b)

Lower

c)

Negligible

d)

Unchanged

23.

Can an asynchronous (ripple) counter be designed using JK flip-flops with the toggle property?

a)

Yes

b)

No

24.

In an asynchronous (ripple) counter, the number of flip-flops in the counter is equal to the number of bits.

a)

True

b)

False

25.

How many states does a 3-bit ripple counter have?

a)

4

b)

6

c)

8

d)

16

26.

Identify the diagram shown: Is it a 3-bit ripple counter circuit?

a)

True

b)

False

27.

What is the value of QC at the 4th clock cycle?

a)

1

b)

0

c)

2

d)

3

28.

What is the value of Q'A at the 2nd clock cycle?

a)

1

b)

0

c)

2

d)

3

29.

What is the value of QB at the 6th clock cycle?

a)

1

b)

0

c)

2

d)

3

30.

What is the value of Q'C at the 3rd clock cycle?

a)

1

b)

0

c)

2

d)

3

31.

What is the value of QA at the 1st clock cycle?

a)

1

b)

0

c)

2

d)

-1

32.

Step 1: Find the number of flip-flops required to design a Mod-6 counter.

a)

2

b)

3

c)

4

d)

5

33.

Which of the following is the correct truth table for a mod-6 asynchronous counter?

a)

A table showing states from 000 to 101, then resetting to 000

b)

A table showing states from 000 to 110, then resetting to 000

c)

A table showing states from 000 to 111, then resetting to 000

d)

A table showing states from 000 to 100, then resetting to 000

34.

Step 3: Use Kmap to find the reset logic function for the Mod-6 counter.

a)

The reset logic function for the Mod-6 counter is Q2·Q1.

b)

The reset logic function for the Mod-6 counter is Q0·Q1.

c)

The reset logic function for the Mod-6 counter is Q2 + Q0.

d)

The reset logic function for the Mod-6 counter is Q1 + Q0.

35.

Select the correct logic circuit diagram for the Mod-6 counter.

a)

A diagram showing a 3-bit counter with reset logic to count from 0 to 5.

b)

A diagram showing a 4-bit counter with no reset logic.

c)

A diagram showing a 2-bit counter with feedback loop.

d)

A diagram showing a 3-bit counter with no reset logic.

36.

What type of digital circuit is shown in the diagram?

a)

Mod 8 Synchronous Counter

b)

Mod 10 Asynchronous Counter

c)

Mod 4 Ripple Counter

d)

Mod 16 Synchronous Counter

37.

How many flip-flops are used in the Mod 10 Asynchronous Counter circuit?

a)

4

b)

2

c)

5

d)

8

38.

Which logic gates are used in the Mod 10 Asynchronous Counter circuit as shown in the diagram?

a)

A) AND and OR gates

b)

B) NAND and NOR gates

c)

C) XOR and XNOR gates

d)

D) NOT and NOR gates

39.

What is Step 1 in designing a synchronous counter?

a)

Identify number of bits and Flip Flop

b)

Connect the output to the input directly

c)

Choose the clock frequency

d)

Write the truth table

40.

What is Step 2 in designing a synchronous counter?

a)

Write Excitation Table of Flip Flop

b)

Connect the output to the clock input

c)

Determine the number of states required

d)

Select the type of counter

41.

What is Step 3 in designing a synchronous counter?

a)

Make State Diagram and State Table

b)

Choose the type of flip-flop to use

c)

Assign binary values to the states

d)

Draw the excitation table

42.

What is Step 4 in designing a synchronous counter?

a)

Solve Boolean Expression

b)

Draw State Diagram

c)

Assign Flip-Flop Inputs

d)

Determine Number of States

43.

What is Step 5 in designing a synchronous counter?

a)

Make Circuit.

b)

Draw State Diagram.

c)

Assign Flip-Flop Inputs.

d)

Write Excitation Table.

44.

Fill in the value of T when Q_N = 1 and Q_N+1 = 0.

a)

1

b)

0

c)

2

d)

-1

45.

Draw the state table for the synchronous 3 bit up counter. Fill in the value of T_B when Q_C Q_B Q_A = 0 0 1.

a)

1

b)

0

c)

2

d)

3

46.

According to the KMAP equations given, what is the value of T_A?

a)

1

b)

0

c)

A+B

d)

A'B

47.

According to the KMAP equations given, what is the value of T_B?

a)

Q_A

b)

Q_B

c)

Q_C

d)

Q_D

48.

According to the KMAP equations given, what is the value of T_C?

a)

Q_A Q_B

b)

Q_A + Q_B

c)

Q_A Q_B'

d)

Q_A' Q_B

49.

What type of flip-flop is used in the circuit?

a)

T flip-flop

b)

D flip-flop

c)

SR flip-flop

d)

JK flip-flop

50.

How many T flip-flops are present in the circuit?

a)

Three

b)

One

c)

Two

d)

Four

51.

What is the function of the AND gate in the circuit?

a)

The AND gate combines the outputs of the first two flip-flops to control the third flip-flop.

b)

The AND gate resets all flip-flops simultaneously.

c)

The AND gate provides clock pulses to the flip-flops.

d)

The AND gate inverts the output of the last flip-flop.

52.

Refer to the given circuit diagram. What is the label of the clock pulse input in the circuit?

a)

CP

b)

Q

c)

D

d)

CLR

53.

How many flip-flops (FFs) are required for a synchronous 3-bit down counter?

a)

3

b)

2

c)

4

d)

5

54.

What is the value of T when QN = 1 and QN+1 = 0?

a)

1

b)

0

c)

2

d)

-1

55.

In the excitation table of T flip-flop, what is the value of T when QN = 0 and QN+1 = 1?

a)

0

b)

1

c)

QN

d)

QN+1

56.

Which of the following is a type of primary memory?

a)

RAM

b)

ROM

c)

Both A and B

d)

None of the above

57.

Fill in the blank: ________ is a type of memory that is non-volatile and cannot be modified easily.

a)

ROM

b)

RAM

c)

Cache

d)

Register

58.

Which of the following is NOT a type of RAM?

a)

DRAM

b)

SRAM

c)

PROM

d)

DDRAM

59.

Which of the following is a type of ROM?

a)

EPROM

b)

SDRAM

c)

DRAM

d)

DDRAM

60.

Fill in the blank: ________ memory is used to temporarily store data that is being processed by the CPU.

a)

RAM

b)

ROM

c)

Cache

d)

Hard disk

61.

Which of the following is a type of flash memory?

a)

A) EEPROM

b)

B) DRAM

c)

C) SRAM

d)

D) PROM

62.

Which of the following is used as cache memory?

a)

SRAM

b)

DRAM

c)

PROM

d)

EPROM

63.

What does RAM stand for?

a)

Random Access Memory

b)

Read Access Memory

c)

Rapid Access Memory

d)

Run Access Memory

64.

Fill in the blank: RAM is a ______ memory.

a)

volatile

b)

non-volatile

c)

permanent

d)

secondary

65.

Which of the following statements is true about volatile memory?

a)

It retains information even when the power supply is off.

b)

It stores information based on the power supply and loses data if the power fails.

c)

It is slower than non-volatile memory.

d)

It is only used for permanent storage.

66.

Which type of RAM uses transistors and is capable of retaining its state as long as power is applied?

a)

S RAM

b)

D RAM

c)

SDRAM

d)

None of the above

67.

Which type of RAM needs refreshing of charge on the capacitor after a few milliseconds and is slower than S RAM?

a)

S RAM

b)

D RAM

c)

SDRAM

d)

None of the above

68.

SDRAM refers to ________ dynamic random-access memory.

a)

synchronous

b)

static

c)

serial

d)

secure

69.

DDR refers to ________ data rate SDRAM.

a)

Double

b)

Direct

c)

Dynamic

d)

Distributed

70.

Which of the following statements is true about the speed of DDR compared to SDRAM?

a)

DDR is slower than SDRAM

b)

DDR can transfer data at roughly twice the speed of SDRAM

c)

DDR and SDRAM have the same speed

d)

SDRAM is faster than DDR

71.

What is the data rate range of SDRAM?

a)

(0.8-1.3) GB/s

b)

(2.1-3.2) GB/s

c)

(1.5-2.0) GB/s

d)

(3.0-4.0) GB/s

72.

What is the data rate range of DDR?

a)

(0.8-1.3) GB/s

b)

(2.1-3.2) GB/s

c)

(1.5-2.0) GB/s

d)

(3.0-4.0) GB/s

73.

SDRAM speed is considered as ________

a)

66 MHz

b)

100 MHz

c)

133 MHz

d)

200 MHz

74.

DDR works on speed as 200 MHz, 266 MHz, 333 MHz, ________.

a)

400 MHz

b)

500 MHz

c)

350 MHz

d)

250 MHz

75.

SDRAM is waiting for the completion of the previous command to be able to do another read/write operation.

a)

True

b)

False

76.

DDR is not waiting for the completion of the previous command to be able to do another read/write operation.

a)

True

b)

False

77.

Which of the following is a type of primary memory?

a)

Magnetic Tape

b)

RAM

c)

Optical Disk

d)

Flash Memory

78.

Fill in the blank: ________ is a type of secondary memory used for long-term storage and is not volatile.

a)

Magnetic Disk

b)

RAM

c)

Cache

d)

Register

79.

Which of the following is NOT a type of RAM?

a)

SRAM

b)

DRAM

c)

PROM

d)

DDR4

80.

Fill in the blank: DDR1, DDR2, DDR3, DDR4, and DDR5 are types of ________ memory.

a)

DRAM

b)

SRAM

c)

Flash

d)

ROM

81.

Which of the following is a type of secondary memory?

a)

SRAM

b)

EEPROM

c)

Magnetic Tape

d)

DDR3

82.

Flash Memory is classified as secondary memory.

a)

True

b)

False

83.

Fill in the blank: ________ and ________ are the two main types of computer memory.

a)

Primary, Secondary

b)

Input, Output

c)

Analog, Digital

d)

Permanent, Temporary