NEW
Font size
WorksheetsTECH QUIZ
Total questions: 51
Worksheet time: 26mins
C Language was developed at ?
A. AT & T Bell Laboratory
B. MIT University
C. Harvard University
D. Stanford Lab
Many features of C were derived from which language ?
A. PASCAL
B. B
C. BASIC
D. FORTRAN
Identify the wrong Statement?
A. #define /* symbolic constant / Max 100
B. int /declaration*/ a,b;
C. char c1,c2;
D. #define MAX 25;
Where does the execution of every C program starts?
A. Every C program starts in the main () function.
B. Every C program starts in the begin ( ) function.
C. Every C program starts in the initialize ( ) function.
D. Every C program starts in the start ( ) function.
Which programming language is commonly used for data visualization?
a) Python
b) JavaScript
c) Ruby
d) PHP
Which programming language is primarily used for virtual reality (VR) and augmented reality (AR) development?
a) C++
b) Java
c) Python
d) Ruby
Which programming language is commonly used for embedded systems programming?
a) C
b) Java
c) Python
d) swift
Which programming language is used for building blockchain applications?
a) Solidity
b) JavaScript
c) Python
d) Go
Which programming language is commonly used for web scraping and automation?
a) Python
b) Java
c) Ruby
d) C#
Which programming language is used for building cross-platform mobile applications?
a) Flutter
b) React Native
c) Xamarin
d) All of the above
Which programming language is primarily used for scientific computing and numerical analysis?
a) MATLAB
b) Python
c) R
d) Java
Which programming language is used for building dynamic web applications?
a) PHP
b) JavaScript
c) Python
d) Ruby
Which programming language is commonly used for database management?
a) SQL
b) Java
c) C#
d) Ruby
Which programming language is used for statistical computing and graphics?
a) R
b) Python
c) MATLAB
d) Swift
Which programming language is primarily used for desktop application development?
a) Java
b) C#
c) C++
d) Python
Which programming language is commonly used for server-side web development?
a) PHP
b) Java
c) Ruby
d) All of the above
Which programming language is primarily used for iOS app development?
a) Swift
b) C++
c) Ruby
d) PHP
What is the function of an IP address?
a) To identify a specific website
b) To encrypt data transmission
c) To uniquely identify a device on a network
d) To store data temporarily
What is the purpose of a firewall?
a) To protect against computer viruses
b) To block unwanted network traffic
c) To encrypt data transmission
d) To speed up internet connection
What does HTML stand for?
a) Hyper Transfer Markup Language
b) Hyper Text Markup Language
c) High Text Markup Language
d) Hyper Text Manipulation Language
What does the acronym "SQL" stand for?
a) Standard Query Language
b) Structured Query Language
c) System Query Language
d) Syntax Query Language
Which data structure is used to represent a hierarchical relationship between elements?
a) Array
b) Stack
c) Queue
d) Tree
Which of the following is a programming paradigm?
a) HTML
b) CSS
c) SQL
d) Functional programming
Which of the following is not a type of loop in programming?
a) for loop
b) jump loop
c) while loop
d) do-while loop
What is the primary purpose of an if-else statement in programming?
a) Looping
b) Conditional execution
c) Function definition
d) Variable declaration
What is the purpose of an IP address?
a) Identifying a website
b) Identifying a person
c) Identifying a computer or device on a network
d) Identifying an email address
Which of the following is a database management system?
a) Oracle
b) Photoshop
c) Microsoft Word
d) MySQL
What is the function of a compiler?
a) Converts high-level code to low-level code
b) Executes instructions in a program
c) Manages memory allocation
d) Management
Which of the following is a high-level programming language?
a) Assembly
b) C++
c) Machine language
d) Binary
What is the primary function of an operating system?
a) Data storage
b) Memory management
c) User interface
d) Networking
Unsolicited email is known as …
Phishing
Spam
Malware
E-ware
Which among the following is also known as “Information Highway?”
Internet
Intranet
LAN
Web browser
Which among the following is the shortcut key to full screen the active window (basically web browser) in your computer system?
F5
F11
F10
Ctrl + L
In an absolute loading scheme, which loader
function is accomplished by programmer?
(A) Linking
(B) Allocation
(C) Both (a) and (b)
(D) Reallocation
Which of the following computer language is used for artificial intelligence?
FORTRAN
PROLOG
C
COBOL
Shell is the exclusive feature of
UNIX
DOS
System software
Application software
Set of programs which consist of full set of
documentation is termed as
database packages
file packages
bus packages
software packages
'.MPG' extension refers usually to what kind of
file?
WordPerfect Document file
MS Office document
Animation/movie file
Image file
SSL stands for ___________.
secure secret level
section security layer
secure socket layer
secure system level
Inventor and founder of www is
Bill Gates
Lee N. Fiyong
N.Russell
Tim Burners Lee
Among the following which is not a database management software______________
COBOL
Sybase
MySQL
Oracle
What is the output of this program?
#include <stdio.h>
int main()
{
printf("variable! %d", x);
return 0;
}
variable! x
variable! followed by a junk value
Compile time error
variable!
B.
A substitute module used in testing top down designs is the____
Stub module
Dummy module
Sub module
Test module
How many levels are there in the architecture of the database?
6
3
4
2
Among 4 header files, which should be included to use the memory allocation functions like malloc(), calloc(), realloc() and free()?
A. #include<string.h>
B. #include<stdlib.h>
C. #include<memory.h>
D. Both b and c
A program in execution is called
Process
Instruction
Procedure
Function
What does the acronym "CSS" stand for?
a) Computer Software System
b) Central Server System
c) Cascading Style Sheets
d) Complex Style System
Which programming language is used to create web pages?
a) Python
b) Java
c) JavaScript
d) Ruby
Which data structure follows the Last-In-First-Out (LIFO) principle?
Queue
Stack
Linked list
Tree
The most common format for a home video
recorder is VHS. VHS stands for...?
Video Home System
Very high speed
Video horizontal standard
Voltage house standard
Translator for low level programming language
were termed as
(A) Assembler
(B) Compiler
(C) Linker
(D) Loader
