wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quizzie - Buzzie

Total questions: 30

Worksheet time: 11mins

Name
Class
Date
1.

Guess the logo?

a)

Whirlpool

b)

Intel ARC

c)

Exynos

d)

NVIDIA

2.

b_ (a)  

Hint : Keyword used to stop the flow of execution.

Identify the above word.

3.

How many times "Technofrenzy" is printed?

a)

Infinite times

b)

11 times

c)

0 times

d)

10 times

4.

What is the output of the following code snippet?

printf("%d", 10>20 || 10<20);

a)

0

b)

10

c)

20

d)

1

5.

Guess the person?

a)

Thomas Alva Edison

b)

Charles Darwin

c)

Dennis Ritchie

d)

Charles Babbage

6.

What is the output of thefollowing code snippet.

int x = 2, y = 1;

x *= x + y;

printf("%d\n",x);

a)

6

b)

3

c)

5

d)

Compilation Error

7.

(a)   x_

Hint : It is an AI automated assistant by amazon.

Identify the above word.

8.

Who is the founder of the multi-national company amazon?

a)

Bill Gates

b)

Steve Jobs

c)

Jeff Bezos

d)

Elon Musk

9.

You are given pointers to first and last nodes of a singly linked list, which of the following operations are dependent on the length of the linked list?

a)

Delete the First element

b)

Insert a new element as the first element

c)

Delete the last element

d)

Add a new element at the end of the list

10.

Which of the following represents the Postorder Traversal of a Binary Tree?

a)

Left -> Right -> Root

b)

Left -> Root -> Right

c)

Right -> Left -> Root

d)

Right -> Root -> Left

11.

1024 bits is equal to how many bytes

a)

1Bytes

b)

128 Bytes

c)

32 Bytes

d)

6 Bytes

12.

The number of edges from the node to the deepest leaf is called _________ of the tree.

a)

Height

b)

Depth

c)

Length

d)

Width

13.

Which data structure is mainly used for implementing the recursive algorithm?

a)

Queue

b)

Stack

c)

Array

d)

List

14.

What is a full binary tree?

a)

Each node has exactly two children

b)

Each node has exactly zero or two children

c)

All the leaves are at the same level

d)

Each node has exactly one or two children

15.

I am a number. Tell my identity! Take me seven times over and add a fifty! To Reach a triple century, you still need forty.

a)

30

b)

40

c)

50

d)

60

16.

Look at this series: 22, 21, 23, 22, 24, 23, ... What number should come next?

a)

22

b)

24

c)

25

d)

26

17.

What is the name of the oldest programming language still in use?

a)

C

b)

Fortran

c)

MATLAB

d)

Cobol

18.

Where is the full form of "WWW"?

a)

World Wide Website

b)

World Wide Web

c)

World Wide Webpage

d)

World Wide WLAN

19.

What voice calling service uses 5G?

a)

ViVO

b)

VoIP

c)

VoNR

d)

VoLTE

20.

What is the term for text that automatically continues from one line to the next?

a)

Word Binding

b)

Word Processing

c)

Word Wrapping

d)

Word Flowing

21.

Who was the first programmer in the world?

a)

Charles Babbage

b)

Ada Lovelace

c)

Alan Turing

d)

Dennis Ritchie

22.

Which of the following are programming languages? Select all that apply.

a)

GO

b)

BASIC

c)

B

d)

C

23.

Deepak said to Naresh, "That boy playing with the football is the younger of the two brothers of the daughter of my father's wife." How is the boy playing football related to Deepak?

a)

Cousin

b)

Brother

c)

Nephew

d)

Brother-In-Law

24.

Which computer program converts assembly language to machine language?

a)

Compiler

b)

Interpreter

c)

Assembler

d)

Comparator

25.

In computer world, Trojan refer to

a)

Virus

b)

Worm

c)

Spyware

d)

Malware

26.

The basic units of a excel spreadsheet where we enter data is called

a)

Tab

b)

Box

c)

Cell

d)

Datagram

27.

Which one is a ‘text editor’ for Microsoft Windows

a)

MS Word

b)

Notepad++

c)

WordPad

d)

Notepad

28.

Which key combination is used to take screenshots in windows 10?

a)

Windows key + PrtScn

b)

Alt + F4

c)

Windows Key+D

d)

Windows key + Alt + PrtScn

29.

.gif is an extension of

a)

Image File

b)

Video File

c)

Audio File

d)

MP4 File

30.

What is the full form of "USB"?

a)

Utility Service Bus

b)

Universal Storage Bus

c)

Universal Serial Bus

d)

Universal System Bus