WorksheetsQuiz tentang Flowchart dan Pseudocode
Total questions: 53
Worksheet time: 29mins
Flowchart is used for...
Analyzing hardware
Drawing data structures
Visualizing algorithms
Storing data
Compiling reports
The parallelogram symbol in a flowchart indicates...
Process
Decision
Input/Output
Terminal
Looping
The diamond symbol in a flowchart indicates...
Process
Start/End
Decision/Branching
Input data
Output result
The benefits of flowchart include...
Generating software
Connecting to the internet
Facilitating understanding of program flow
Calculating numbers
Compiling financial reports
The terminator symbol in a flowchart is used to...
Provide looping
Store data
Indicate the start or end of a program
Display results
Perform processes
Pseudocode is...
Native programming language
Programming diagram
Algorithm in narrative form
Complete program text
Web display
The advantages of pseudocode are...
Can be executed directly
Can only be read by computers
Easily understood by humans
Has attractive graphics
Cannot be modified
The following is an example of pseudocode...
#include
Input value1, value2
Hello World
System.out.println("Hello")
print("Hello World")
In pseudocode, the keyword If is used to...
Add values
Print data
Make decisions
Close the program
Initialize variables
Zaki wants to make milk coffee. He prepares a glass, pours coffee, adds milk, and stirs until mixed. The steps taken by Zaki are an example of...
Computer program
Programming language
Algorithm
Flowchart
Procedure
Nina creates a handwashing guide for her younger classmates. What has Nina created?
Program
Output
Algorithm
Flowchart
Data
The process of calculating distance and estimating travel time in an online taxi application is called...
Output
Process
Flow
Variable
Compiler
A tool to visualize the flow of a digital library system is...
Table
Flowchart
Bar diagram
Data dictionary
Data structure
The diamond symbol with the text "Is food available?" indicates the process of...
Calculation
Input data
Decision making
Data storage
Result display
The oval symbol labeled "Start" in a flowchart means...
Input process
Terminal (Start/End)
Decision
Output
Process
Writing like: "Enter number1 and number2, then add, display the result" is called...
Syntax
HTML
Pseudocode
Flowchart
Comment
Writing like: "Enter number1 and number2, then add, display the result" is called...
Syntax
HTML
Pseudocode
Flowchart
Comment
The purpose of writing pseudocode before creating a program is...
Can be run directly
Create the appearance first
Facilitate understanding of program logic
Determine button color
Manage the network
The function of cout in C++ is...
Store data
Display text on the screen
Take input
Create a new line
End the program
The correct command for the program to receive input from the user in C++ is...
cout << name;
printf(name);
cin >> name;
write(name);
show(name);
The data type suitable for storing age values is...
float
char
string
int
bool
The language used when writing ,
, and is...Python
JavaScript
HTML
CSS
PHP
The purpose of the tag
Welcome!
in HTML is to...Create a link
Add an image
Display a paragraph
Create a form
Add a table
The CSS code background-color: lightblue; changes...
Text color
Border color
Page background color
Font size
Line spacing
The technique of adding CSS within the
tag using