wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

mindzone 7.0

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

1. Ohm’s Law is defined as:

a)

A) V = I + R

b)

B) V = IR

c)

C) V = I/R

d)

C) V = I/R

2.

2. Which device converts AC to DC?

a)

A) Transformer

b)

B) Capacitor

c)

C) Rectifier

d)

D) Oscillator

3.

3. The color code for a 220Ω resistor with 5% tolerance is:

a)

A) Red, Red, Black, Gold

b)

B) Red, Red, Brown, Gold

c)

C) Red, Black, Red, Gold

d)

D) Red, Red, Orange, Gold

4.

4. The function of a capacitor is to:

a)

A) Allow AC and block DC

b)

B) Store electric charge

c)

C) Act as a switch

d)

D) Convert DC to AC

5.

5. What is the frequency of AC mains in India?

a)

A) 50 Hz

b)

B) 60 Hz

c)

C) 100 Hz

d)

D) 25 Hz

6.

6. In a P-N junction diode, current flows when

a)

A) It is reverse biased

b)

B) It is forward biased

c)

C) Both directions

d)

D) Never flows

7.

7. The output of a NOT gate is:

a)

A) Same as input

b)

B) Opposite of input

c)

c) Zero

d)

d) Double the input

8.

8. Which of the following law is used for solving complex electrical networks?

a)

A) Lenz’s Law

b)

B) Kirchhoff’s Law

c)

C) Faraday’s Law

d)

D) Coulomb’s Law

9.

9. Which keyword is used to create an object in Java?

a)

A) class

b)

B) object

c)

C) new

d)

D) this

10.

10. Which of the following is used to run a Java program?

a)

A) javac

b)

B) java

c)

C) javadoc

d)

D) JVM

11.

11. Which keyword is used to inherit a class in Java?

a)

A) implement

b)

B) extends

c)

C) inherits

d)

D) super

12.

12. What will the following code print?

int x = 10; System.out.println(++x);

a)

A) 10

b)

B) 11

c)

C) 9

d)

D) Error

13.

13. Which one of these is a valid identifier in Java?

a)

A) 1number

b)

B) class

c)

C) number1

d)

D) void

14.

14 .Three friends split a bill of ₹300 equally at a restaurant. They each paid ₹100. Later, the waiter realizes the bill was only ₹250. He returns ₹50 to them, giving ₹10 to each and keeping ₹20 for himself.Now, each friend paid ₹90. 3 x ₹90 = ₹270 + ₹20 with the waiter = ₹290. Where is the missing ₹10?

a)

A) They were overcharged ₹10

b)

B) There's no missing money; it's a misdirection

c)

C) The waiter kept too much

d)

D) One friend paid extra

15.

15 . A man goes to a restaurant and orders iced tea. He drinks 5 glasses quickly. Another man drinks one glass slowly. Later, the second man dies of poisoning. How?

a)

A) The poison was in the ice

b)

B) The poison was in the glass

c)

C) The man drank too slowly

d)

C) The man drank too slowly

16.

16. What is the size of an int data type (typically on a 32-bit system)?

a)

A. 2 bytes

b)

B. 4 bytes

c)

C. 8 bytes

d)

D. Depends on the compiler

17.

17. Which of the following is a valid loop in C?

a)

A. repeat-until

b)

B. loop-whileC. do-while

c)

C. do-while

d)

D. until-do

18.

18. Which of the following is a correct if statement in C?

a)

A. if a > b

b)

B. if (a > b)

c)

C. if a > b then

d)

D. if (a > b) then

19.

19. What will be the output of this code?

printf("%d", 10 / 4);

a)

A. 2.5

b)

B. 2

c)

C. 3

d)

D. Error

20.

20. Which operator is used to access the value at the address stored by a pointer?

a)

A. &

b)

B. *

c)

C. ->

d)

D. %

21.

21. Which header file is required for malloc() function?

a)

A. #include<malloc.h>

b)

B. #include<stdlib.h>

c)

c. #include<stdio.h>

d)

D. #include<memory.h>

22.

22. What is the capital city of Japan?

a)

A. Beijing

b)

B. Seoul

c)

C. Tokyo

d)

D. Bangkok

23.

23. The Great Wall of China was primarily built to protect against which group?

a)

A. Mongols

b)

B. Romans

c)

C. Vikings

d)

D. Aztecs

24.

24. Which element has the highest melting point?

a)

A. Iron

b)

B. Tungsten

c)

C. Carbon

d)

D. Platinum

25.

25. Which treaty ended the Thirty Years’ War in 1648?

a)

A. Treaty of Versailles

b)

B. Treaty of Westphalia

c)

C. Treaty of Paris

d)

D. Treaty of Utrecht