STEM Practice

STEM Practice

11th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Programming

Programming

9th - 11th Grade

20 Qs

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

2.2 Programming techniques

2.2 Programming techniques

10th - 11th Grade

24 Qs

Python Strings

Python Strings

11th Grade

21 Qs

File Handling In Python

File Handling In Python

12th Grade

20 Qs

CSP Review

CSP Review

9th - 12th Grade

22 Qs

CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

9th - 12th Grade

21 Qs

SAD 1

SAD 1

9th - 12th Grade

20 Qs

STEM Practice

STEM Practice

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Kenneth Lawas

Used 12+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It is a primitive data type. That is used to store only two possible values, either true or false.

String

Boolean

Int

Char

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This is the first condition that executes if the condition is true.

if condition

else condition

else-if condition

None of the Above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This is use to specify a new condition if the first condition is false.

if statement

else statement

else-if statement

None of the Above.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The _______ statement represents the if block within another if block.

if-else statement

else-if statement

nested if statement

switch statement

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The Java _______ executes one statement from multiple conditions.

if-else statement

else-if statement

nested if statement

switch statement

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This data type is widely used in Java programming and is sequence of characters.

Integer

String

Char

Boolean

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This method converts a string to lower case letters.

toSmallCase( )

toLittleCase( )

toLowerCase( )

toCuteCase ( )

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?