Z'yon Computer Science

Z'yon Computer Science

11th Grade

5 Qs

quiz-placeholder

Similar activities

python-BTxâu

python-BTxâu

9th - 12th Grade

10 Qs

Logic Gates

Logic Gates

9th - 12th Grade

10 Qs

conditional and iterative statements

conditional and iterative statements

11th Grade

10 Qs

Asesmen Diagnostik Sistem Komputer

Asesmen Diagnostik Sistem Komputer

10th Grade - University

10 Qs

Creating a document

Creating a document

1st Grade - Professional Development

9 Qs

BTEC Level 3 Nat Ext Dip in Computing - Unit 2.1 Hardware and Software

BTEC Level 3 Nat Ext Dip in Computing - Unit 2.1 Hardware and Software

11th - 12th Grade

10 Qs

Word basics

Word basics

8th - 12th Grade

10 Qs

Hardware and Software

Hardware and Software

KG - University

10 Qs

Z'yon Computer Science

Z'yon Computer Science

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Gabrielle Acosta

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code segment?


int y = 3;

System.out.print( y > 4 && y < 7 );

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code segment?


System.out.print( 2 < 3 && 2 > -3 );

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code segment?


int y = 3;

System.out.print( y > 4 || y < 7 );

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A boolean;

Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Runs a boolean (true/false) statement based on data entered

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An if/else statement;

Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Runs a boolean (true/false) statement based on data entered