WorksheetsQuizzie - Buzzie
Total questions: 30
Worksheet time: 11mins
Guess the logo?
Whirlpool
Intel ARC
Exynos
NVIDIA
b_ (a)
Hint : Keyword used to stop the flow of execution.
Identify the above word.
How many times "Technofrenzy" is printed?
Infinite times
11 times
0 times
10 times
What is the output of the following code snippet?
printf("%d", 10>20 || 10<20);
0
10
20
1
Guess the person?
Thomas Alva Edison
Charles Darwin
Dennis Ritchie
Charles Babbage
What is the output of thefollowing code snippet.
int x = 2, y = 1;
x *= x + y;
printf("%d\n",x);
6
3
5
Compilation Error
(a) x_
Hint : It is an AI automated assistant by amazon.
Identify the above word.
Who is the founder of the multi-national company amazon?
Bill Gates
Steve Jobs
Jeff Bezos
Elon Musk
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?
Delete the First element
Insert a new element as the first element
Delete the last element
Add a new element at the end of the list
Which of the following represents the Postorder Traversal of a Binary Tree?
Left -> Right -> Root
Left -> Root -> Right
Right -> Left -> Root
Right -> Root -> Left
1024 bits is equal to how many bytes
1Bytes
128 Bytes
32 Bytes
6 Bytes
The number of edges from the node to the deepest leaf is called _________ of the tree.
Height
Depth
Length
Width
Which data structure is mainly used for implementing the recursive algorithm?
Queue
Stack
Array
List
What is a full binary tree?
Each node has exactly two children
Each node has exactly zero or two children
All the leaves are at the same level
Each node has exactly one or two children
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.
30
40
50
60
Look at this series: 22, 21, 23, 22, 24, 23, ... What number should come next?
22
24
25
26
What is the name of the oldest programming language still in use?
C
Fortran
MATLAB
Cobol
Where is the full form of "WWW"?
World Wide Website
World Wide Web
World Wide Webpage
World Wide WLAN
What voice calling service uses 5G?
ViVO
VoIP
VoNR
VoLTE
What is the term for text that automatically continues from one line to the next?
Word Binding
Word Processing
Word Wrapping
Word Flowing
Who was the first programmer in the world?
Charles Babbage
Ada Lovelace
Alan Turing
Dennis Ritchie
Which of the following are programming languages? Select all that apply.
GO
BASIC
B
C
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?
Cousin
Brother
Nephew
Brother-In-Law
Which computer program converts assembly language to machine language?
Compiler
Interpreter
Assembler
Comparator
In computer world, Trojan refer to
Virus
Worm
Spyware
Malware
The basic units of a excel spreadsheet where we enter data is called
Tab
Box
Cell
Datagram
Which one is a ‘text editor’ for Microsoft Windows
MS Word
Notepad++
WordPad
Notepad
Which key combination is used to take screenshots in windows 10?
Windows key + PrtScn
Alt + F4
Windows Key+D
Windows key + Alt + PrtScn
.gif is an extension of
Image File
Video File
Audio File
MP4 File
What is the full form of "USB"?
Utility Service Bus
Universal Storage Bus
Universal Serial Bus
Universal System Bus
