Batch 1

Batch 1

University

30 Qs

quiz-placeholder

Similar activities

Exam 1 Level 2 HCC Metabolism Nutrition Elimination

Exam 1 Level 2 HCC Metabolism Nutrition Elimination

University

25 Qs

Basics and Ethics of Computer

Basics and Ethics of Computer

University

30 Qs

Ekonomi Wilayah dan Perkotaan

Ekonomi Wilayah dan Perkotaan

University

25 Qs

Junior Programmer - Test 2

Junior Programmer - Test 2

University - Professional Development

34 Qs

Oscillator Basics

Oscillator Basics

University

25 Qs

BAB 2 ASK TINGKATAN 2

BAB 2 ASK TINGKATAN 2

5th Grade - University

25 Qs

Tech_Quantz 1

Tech_Quantz 1

University

25 Qs

Code Debugging Round

Code Debugging Round

University

31 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?