Data Types, Variables and Flowcharts

Data Types, Variables and Flowcharts

9th Grade

7 Qs

quiz-placeholder

Similar activities

Programming Java

Programming Java

9th Grade - University

11 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

10 Qs

KUIZ PERSEKITARAN KOD ARAHAN

KUIZ PERSEKITARAN KOD ARAHAN

8th - 10th Grade

10 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Unit 3 Review

Unit 3 Review

9th - 12th Grade

11 Qs

Python

Python

7th - 9th Grade

12 Qs

Java Code Questions

Java Code Questions

9th Grade - University

11 Qs

Data Types, Variables and Flowcharts

Data Types, Variables and Flowcharts

Assessment

Quiz

Computers

9th Grade

Medium

Used 76+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does a flowchart show?
Images
Variable
Workflow
Signals

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a datatype?
Function
Diagram
String
Element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is the correct definition of an integer variable?
int a = 10;
integer a = 10;
in x = 20;
Value x = 21;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the main use for variables in programming?
Deleting elements.
Storing values.
Looping code.
Emptying a string.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a comparison operator?
/
+
%
>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which is the correct use of a mathematical operator?
int x = 5 + 7;
5 && 0
string s="10 and 2";
int y = 10;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of these variable definitions is not correct?
String s="Hello";
Float  f="10";
int i = 0;
double d = 1000;