WorksheetsISTE TECHNICAL
Total questions: 20
Worksheet time: 8mins
What does I.S.T.E stand for?
Institute of Scientific and Technical Education
Indian Society of Technology and Engineering
Indian Society for Technical Education
Institution of Science and Technical Education
How can you measure the efficiency of an the algorithm?
Processor and memory
Time and space
Complexity and capacity
Data and space
Assuming int is of 4 bytes, what is the size of int arr[15] ?
4
60
15
14
A one-dimensional array containing one-dimensional arrays is called
O(n) means computing time is
What will be the output of the following code snippet?
5
15
9
6
What function is used to append a character at the back of a string in C++?
concat_back( )
append_char( )
push_back( )
add_back( )
What is the output of the following C++ code?
1
3
2
Error
What is the output of the following C++ code snippet?
5
8
64
3
Which of the following HTML tags is used to include external JavaScript files?
<script src="file.js">
<script href="file.js">
<link src="file.js" rel="script">
<js src="file.js">
In a RESTful API, which HTTP method is used to update a resource?
What will be the output of this JavaScript code?
3
"3"
2
"2"
What is the output of the following JavaScript code?
{ message: "Hello" }
undefined
null
Hello
Which of the following HTTP status codes indicates a successful request?
Which database system is developed by Google?
Supabase
MongoDB
Firebase
PostgreSQL
What will be logged to the console?
3 , 1
3 , 2
1 , 2
3 , undefined
In the code snippet, in what order will the margins be added?
Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?
Fill in the blank to push local changes to the remote repository:
push
pull
add
merge
Best format for high-quality and optimized web use?
JPEG
GIF
WebP
PNG
