in upper case
case-sensitive
in lowercase
not case sensitive
Effective Analysis
Proper documentation
Efficient Coding
All of the above
Soft
Hard
Rough
Short
Denoted by triple quotes for providing the specification of certain program elements
Design and implementation of specific functionality to be incorporated into a program
Defines the specification of how it is to be used
Any program that reuses code
name
target
src
None of These
replaceNode()
replaceElement()
replaceChild()
replaceWith()
PHP
Python
C++
Java
LoRa
Bluetooth
WiMax
none of these
Match the Internet Services with Their Correct Descriptions
1 → B, 2 → A, 3 → C, 4 → D
1 → A, 2 → F, 3 → E, 4 → B
1 → C, 2 → D, 3 → F, 4 → E
1 → E, 2 → B, 3 → A, 4 → C
Farmers
Hunters
Students
Pensioners
What will be the output of the following Python code snippet?
x = 2for i in range(x): x += 1 print (x)
0 1 2 3 4 …
3 4
0
error
d = {"john":40, "peter":45}print(d["john"])
40
45
“john”
“peter”
What will be the output of the following Arduino code?
#define X 10;void setup(){ X=0; Serial.begin(9600); Serial.print(X);}void loop(){ //Do nothing…}
0xAB
0xa
Error
Health and fitness.
Entertainment
Both of these
None of these
Server
Client
Peer
Sender
Web Browser
Command Prompt
Quick-open files by name
Toggle sidebar
insertBefore()
insertPrevious()
appendBefore()
addBefore()
Simple Identity Module
Subscriber Identity Module
Subscriber Independent Module
Sub Important Module
Subject
Body
Address
Salutation
What is the objective of the code given below if it is executed on the Arduino Uno?
#include<EEPROM.h>int pin=13;void setup(){pinMode(pin,OUTPUT);Serial.begin(9600); void loop(){for(int i-0; i<EEPROM.length(); i++) {EEPROM.write(i, 1);digitalWrite(pin, HIGH);exit(0); }
Clear EEPROM
Fill EEPROM with 1's
Export EEPROM data
Fill EEPROM with 0's
HTML
C/C++
// (two adjacent slashes )
/**/
*/ */
None of the Above
What will be the output of the following Python code?
x = "abcdef" i = "a" while i in x: print('i', end = " ")
no output
i i i i i i … infinite Time
a a a a a a …
a b c d e f
stopImmediatePropagation()
preventDefault()
stopPropagation()
cancelPropagation()
<ol>
<ul>
<li>
<ll>
<script src="script.js"></script>
<javascript src="script.js"></javascript>
<link href="script.js" rel="script">
<script href="script.js"></script>
oncontextmenu
onmousedown
onrightclick
onselect
Docstring
Python Package Index
both a & b
none of the mentioned
d = {0, 1, 2}for x in d: print(x)
0 1 2
{0, 1, 2} {0, 1, 2} {0, 1, 2}
Lower Text
Upper Text
Toggle Text
Hypertext
What will be the output of the following ?
import numpy as npa = np.array( [2, 3, 4, 5] )b = np.arange(4)print(a+b)
[2 3 4 5]
[3 4 5 6]
[1 2 3 4]
[2 4 6 8]
Match the CSS Background Property with Its Function
A → 3, B → 1, C → 2, D → 4
A →5, B → 1, C → 2, D →6
A → 4, B → 1, C → 2, D → 3
A → 6, B → 1, C → 2, D → 3
border-width
border-bottom
border-width-bottom
border-bottom-width
Code
Source code
Sketch
Paint
href
alt
url
Predict the output of the following code if the object is moving towards the sensor.
int op = 6;int isBarrier = HIGH;void setup() {pinMode(op, INPUT);Serial.begin(9600);}void loop(){isBarrier = digitalRead(op);if (isBarrier == LOW) {Serial.print("1+");}else{Serial.print("clear+"); delay(100);}
clear+clear+1+1
1+1+clear+1
1+1+clear+clear
clear+clear+clear+clear
8
16
32
63
New Technology File System
Network technology File System
New Task File System
Non-Transactional File System
To style HTML Pages
To perform server-side scripting operation
To execute query related to DB on server
To add interactivity to HTML Pages
Memory Design
Software/ hardware Design
Platform-based Design
Peripheral Design
The speaker himself did not have to be present in order to communicate
The knowledge of one generation could be accumulated and passed on to the next
Both (A) & (B)
We can represent, what we want
Variable
Literals
Identifiers
Comment
True
False
May be
None of the above
Link
Compost
Add
Attachment
35
-35
12
2
element.getValue()
element.innerHTML
element.value
element.innerText
What will the following code output?
a=55 b=’55’ print( a is not b)
55
TypeError
:valid
:required
:optional
:invalid
>=
<=
=
!=
Input
Output
Processing
Storage