wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BRAIN BUSTERS (ROUND1)

Total questions: 30

Worksheet time: 30mins

Name
Class
Date
1.

1) All keywords in C are in ____________

a)

LowerCase letters

b)

UpperCase letters

c)

CamelCase letters

d)

None of the mentioned

2.

What is Cloud Computing?

a)

Cloud Computing means providing services like storage, servers, database, networking, etc

b)

cloud Computing means storing data in a database

c)

Cloud Computing is a tool used to create an application

d)

none of the above

3.

How many levels of headings are in html:

a)

2

b)

7

c)

6

d)

4

4.

Which command is used to remove a relation from an SQL?

a)

Drop table

b)

Delete

c)

Purge

d)

Remove

5.

Which of the following language does computer understand?

a)

c language

b)

Assembly Language

c)

Binary language

d)

Basic

6.

which of the following is the smallest unit of data in a computer?

a)

bit

b)

KB

c)

Nibble

d)

Byte

7.

Which of the following is not an operating system?

a)

Windows

b)

Linux

c)

Oracle

d)

DOS

8.

How is an array initialized in C language?

a)

int a[3]={1,2,3};

b)

int a ={1,2,3};

c)

int a[]=new int[3];

d)

int a(3)={1,2,3};

9.

what are the physical devices of a computer?

a)

Software

b)

Package

c)

Hardware

d)

System

10.

which of the following is not an example of DBMS ?

a)

Mysql

b)

Microsoft Acess

c)

IBM DB2

d)

Google

11.

which of the following can access the server?

a)

Web Client

b)

User

c)

Web brower

d)

Web server

12.

Which of the following are not standard header files in C?

a)

stdio.h

b)

stdlib.h

c)

conio.h

d)

none of the above

13.

How many Queues are required to implement a Stack?

a)

3

b)

2

c)

1

d)

4

14.

what is %d called in c?

a)

format specifier

b)

Variable

c)

element

d)

none

15.

Which of the following is most important area of concern in cloud computing?

a)

scalability

b)

storage

c)

security

d)

All the above

16.

what does an RDBMS consist of?

a)

collection of records

b)

collection of keys

c)

collections of tables

d)

collection of feilds

17.

When the user tries to delete the element from the empty stack then the condition is said to be a ____

a)

Underflow

b)

Garbage collection

c)

Overflow

d)

None of the above

18.

which of the following is the correct value of binary code?

1011 and 1111 ?

a)

12 and 15

b)

11 and 15

c)

12 and 14

d)

11 and 14

19.

cloud in cloud computing represents what?

a)

wireless

b)

Hard Drives

c)

people

d)

internet

20.

What will be the output of the following code snippet?

#include <stdio.h>

int main() {

int a = 3, b = 5;

int t = a;

a = b;

b = t;

printf("%d %d", a, b);

return 0;

}

a)

3 5

b)

3 3

c)

5 5

d)

5 3

21.

Suppose a series is 6, 11, 21, 36, 56, ? the number comes at the place of question mark in the given series is -

a)

91

b)

21

c)

52

d)

81

22.

Assuming int is of 4 bytes,what is the size of int arr[15]?

a)

15

b)

19

c)

11

d)

60

23.

The ability to query data, as well as insert, delete, and alter tuples, is offered by ____________

a)

TCL (Transaction Control Language)

b)

DCL (Data Control Language)

c)

DDL (Data Definition Langauge)

d)

DML (Data Manipulation Langauge)

24.

In which of the following formats data is stored in the database management system?

a)

Image

b)

Text

c)

Table

d)

Graph

25.

What is a hash table?

a)

A structure that maps values to keys

b)

A structure that maps keys to values

c)

A structure used for storage

d)

A structure used to implement stack and queue

26.

What is true about Machine Learning?

a)

Machine Learning (ML) is that field of computer science

b)

ML is a type of artificial intelligence that extract patterns out of

raw data by using an algorithm or method

c)

The main focus of ML is to allow computer systems learn from

experience without being explicitly programmed or human intervention

d)

All of the above

27.

What is information about data called?

a)

Hyper Data

b)

Tera Data

c)

Meta Data

d)

Relations

28.

What is the goal of Artificial Intelligence?

a)

To solve artificial problems

b)

To extract scientific causes

c)

To explain various sorts of intelligence

d)

To solve real-world problems

29.

Which of the following is not a type of database?

a)

Hierarchical

b)

Network

c)

Distributed

d)

Decentralized

30.

Which of the following is the binary representation of 100?

a)

1010101

b)

1110000

c)

1100100

d)

1010111