wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AITECH_1

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

Who is known as the father of HTML?

a)

Tim Berners-Lee

b)

James Gosling

c)

Dennis Ritchie

d)

Rasmus Lerdorf

2.

Python is a _________ language?

a)

Interpreter

b)

Dynamically Typed

c)

Case Sensitive

d)

All of the above

3.

How will we insert an image in Html page

a)

<image src="image.jpg"

b)

<img src="image.jpg"

c)

<image="image.jpg">

d)

All of the above

4.

Which tag is used to divide your browser window into multiple frames?

a)

<frameset>

b)

<table>

c)

<form>

d)

<source>

5.

Which symbol is used to link at the beginning of the HREF text?

a)

@

b)

&

c)

#

d)

$

6.

Which is the following format is used to display images in the Web browsers?

a)

JPEG

b)

XBM

c)

GIF

d)

All of the above

7.

What is math.inf in python?

a)

Represents a floating point positive infinity

b)

Represents a string "inf"

c)

Doesn't return anything

d)

Is not a valid concept

8.

Which is not a built-in data type in Python?

a)

Arrays

b)

Lists

c)

Sets

d)

Tuples

9.

Which of the following data type is immutable?

a)

List

b)

Tuple

c)

Set

d)

String

10.

If a keyword is used for the definition of a function?

a)

There is no particular keyword

b)

def

c)

fun

d)

define

11.

Which among the following act as a storage specifier?

a)

volatile

b)

auto

c)

enum

d)

union

12.

"we can use a function as a parameter of another function". Comment on the statement?

a)

Yes, but we call the function again to get the value, not as convenient as in using variable

b)

No, C does not support it

c)

Yes, and we can use the function value conveniently

d)

This case is compiler dependent

13.

Which among the following is not a structure member?

a)

Function

b)

Array

c)

Another structure

d)

All the above

14.

Modulus for float could be accomplished by?

a)

a % b

b)

fmod(a, b);

c)

mod(a, b);

d)

modulus(a, b);

15.

Global variables are always ?

a)

External

b)

internal

c)

both (1) and (2)

d)

none of the above

16.

Which storage class is used to get the global visibility in C++?

a)

extern

b)

auto

c)

register

d)

static

17.

Select the correct option from where does a C++ program starts?

a)

start()

b)

new()

c)

main()

d)

pow()

18.

Select the correct option for STL in C++?

a)

Standard Token Library

b)

Self Template Library

c)

Standard Template Library

d)

Standard Token Language

19.

Select the proper use of the function rank() in C++?

a)

Get the number of elements in the array

b)

Get the dimension of an array

c)

Get the size of every dimension of array

d)

All the above

20.

Select from the following which a class can hold in C++?

a)

Function

b)

data

c)

Array

d)

Both 1 and 2

21.

who developed C++?

a)

Charles Babbage

b)

Larry page

c)

Bjarne Stroutstrup

d)

None of them

22.

Which data structure is used for storing variables pretaining to a function while calling function?

a)

Heaps

b)

Stack

c)

Queue

d)

Dictionary

23.

What is the name of the process of adding new elements into a code while running in C++?

a)

Dynamic hiding

b)

Data hiding

c)

Dynamic binding

d)

Dynamic loading

24.

Select the data type which is only supported in C++ but not in C programming without using dedicated header files?

a)

Char

b)

Double

c)

Float

d)

Bool

25.

Which is the full form of SGML?

a)

Super Generalized Markup Language

b)

Standard Generalized Machine Language

c)

Standard Global Markup Language

d)

Standard Generalized Markup Language