WorksheetsAITECH_1
Total questions: 25
Worksheet time: 25mins
Who is known as the father of HTML?
Tim Berners-Lee
James Gosling
Dennis Ritchie
Rasmus Lerdorf
Python is a _________ language?
Interpreter
Dynamically Typed
Case Sensitive
All of the above
How will we insert an image in Html page
<image src="image.jpg"
<img src="image.jpg"
<image="image.jpg">
All of the above
Which tag is used to divide your browser window into multiple frames?
<frameset>
<table>
<form>
<source>
Which symbol is used to link at the beginning of the HREF text?
@
&
#
$
Which is the following format is used to display images in the Web browsers?
JPEG
XBM
GIF
All of the above
What is math.inf in python?
Represents a floating point positive infinity
Represents a string "inf"
Doesn't return anything
Is not a valid concept
Which is not a built-in data type in Python?
Arrays
Lists
Sets
Tuples
Which of the following data type is immutable?
List
Tuple
Set
String
If a keyword is used for the definition of a function?
There is no particular keyword
def
fun
define
Which among the following act as a storage specifier?
volatile
auto
enum
union
"we can use a function as a parameter of another function". Comment on the statement?
Yes, but we call the function again to get the value, not as convenient as in using variable
No, C does not support it
Yes, and we can use the function value conveniently
This case is compiler dependent
Which among the following is not a structure member?
Function
Array
Another structure
All the above
Modulus for float could be accomplished by?
a % b
fmod(a, b);
mod(a, b);
modulus(a, b);
Global variables are always ?
External
internal
both (1) and (2)
none of the above
Which storage class is used to get the global visibility in C++?
extern
auto
register
static
Select the correct option from where does a C++ program starts?
start()
new()
main()
pow()
Select the correct option for STL in C++?
Standard Token Library
Self Template Library
Standard Template Library
Standard Token Language
Select the proper use of the function rank() in C++?
Get the number of elements in the array
Get the dimension of an array
Get the size of every dimension of array
All the above
Select from the following which a class can hold in C++?
Function
data
Array
Both 1 and 2
who developed C++?
Charles Babbage
Larry page
Bjarne Stroutstrup
None of them
Which data structure is used for storing variables pretaining to a function while calling function?
Heaps
Stack
Queue
Dictionary
What is the name of the process of adding new elements into a code while running in C++?
Dynamic hiding
Data hiding
Dynamic binding
Dynamic loading
Select the data type which is only supported in C++ but not in C programming without using dedicated header files?
Char
Double
Float
Bool
Which is the full form of SGML?
Super Generalized Markup Language
Standard Generalized Machine Language
Standard Global Markup Language
Standard Generalized Markup Language
