SC025 IQUA II

SC025 IQUA II

1st - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Variables and Data Types

Variables and Data Types

10th - 12th Grade

10 Qs

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 Qs

AP Computer Science A Review 1

AP Computer Science A Review 1

10th - 12th Grade

15 Qs

Two-Dimensional Array

Two-Dimensional Array

9th - 12th Grade

12 Qs

8vo Repaso de conceptos II trimestre

8vo Repaso de conceptos II trimestre

8th Grade

15 Qs

Unit 6 Arrays

Unit 6 Arrays

10th - 12th Grade

14 Qs

JavaScript Quiz

JavaScript Quiz

9th Grade

15 Qs

2-D Arrays in Java

2-D Arrays in Java

9th - 12th Grade

6 Qs

SC025 IQUA II

SC025 IQUA II

Assessment

Quiz

Computers

1st - 10th Grade

Medium

Created by

abdrahim mdaim

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Give two(2) techniques that can be used to represent algorithm.

Pseudocode, Flowchart

Pseudocode, Initialization

Pseudocode, Condition

Pseudocode, Update

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Name two (2) types of programming language control structures.

Sequence, Condition

Sequence, Selection

Sequence, Initialization

Sequence, Accumulation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the Invalid identifiers.

sum, switch, for

for, print, total

void, while, print

count, out, yes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Based on the following tasks, write the correct input/output statement :


Accept true or false value and store it in a variable answer

System.out.print("Enter True or False");

double answer = sc.next Double();

System.out.print("Enter True or False")

boolean answer = sc.next Boolean();

System.out.print("Enter True or False");

boolean answer = sc.next Double();

System.out.print("Enter True or False");

boolean answer = sc.next Boolean();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a Java statement to perform the following task for an array called fraction :


Declare a constant ARRAY_SIZE that's initialized to 10

final int ARRAY_SIZE = 10;

constant int ARRAY_SIZE = 10;

final int ARRAY_SIZE = new [10];

final int ARRAY_SIZE (10);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Solve the following expression by analyzing the precedence of the operators :


50 % 5 * (4 - 2)

24

0

44

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Solve the following expression by analyzing the precedence of the operators :


5 + 21 / 7 * 2 - 11 % 3

0

4

9

6

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?