Batch 1

Batch 1

University

30 Qs

quiz-placeholder

Similar activities

GL Super User Post Test

GL Super User Post Test

University

25 Qs

PH HARDWARE 7

PH HARDWARE 7

7th Grade - University

25 Qs

ESL/Bilingual Supplemental Review

ESL/Bilingual Supplemental Review

University

25 Qs

Insight Scape Round 1

Insight Scape Round 1

University

30 Qs

BRAIN BUSTERS (ROUND1)

BRAIN BUSTERS (ROUND1)

University

30 Qs

IEasy Breeze

IEasy Breeze

University

25 Qs

How Computers Work

How Computers Work

University

25 Qs

TECK WAR 4

TECK WAR 4

University

30 Qs

Batch 1

Batch 1

Assessment

Quiz

Education

University

Hard

Created by

CodeClash 24

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Predict the output/error in the given code snippet?
CodeClash Event....
15Welcome to CodeClash Event....
Syntax error
None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the provided Java code snippet, what expression should replace the blank to correctly determine the length of the string?
char **s,length<sizeof(0)
char s,s!=Null
char s[],s[length] !='\0'
char *s,*s!='\0'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the provided Java code snippet, what expression should replace the blank to correctly determine whether the given integer is odd or even?
(number & 1)
(number ^ 1)
(number >> 1)
(number & (number - 1))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Predict the output/error in the given java code snippet?
No method found error
Syntax error
10
None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following statements are correct about the below program?
Error: Expression syntax
Error: Undeclared identifier if
No output
Output: Have a nice day

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will be the output of this code snippet ?
8
11
10
9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Guess the output of the below pseudocode.
$0$1$2$3$4$5$6$7$8$9
$0$1$2$3$4$5$$$$
$0$1$2$3$4$5$6$$$
$0$1$2$3$4$56789

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?