Font size
WorksheetsSemester 1 games Review
Total questions: 25
Worksheet time: 5mins
What is IoT ?
Internet orang Tampan
Internet of Technologies
Internet of Things
Industrial of Technologies
Which one is NOT the looping syntax in pseudocode ?
FOR - NEXT
WHILE - ENDWHILE
REPEAT - UNTIL
LOOP - TERMINATE
Which syntax of DECLARE is correct in the pseudocode ?
DECLARE Score : NUMBER
DECLARE Score as INTEGER
DECLARE Score = NUMBER
DECLARE Score >> INTEGER
Which operator below used as an assignments in pseudocode?
!
->
←
=
Which datatype is used for TRUE / FALSE ?
INTEGER
BOOLEAN
NUMERIC
TRUE-FALSE
What does this pseudocode mean?
Name[2] <- “Paul”
To insert second data of name array as "Paul"
To make two arrays that consist of "Paul" data
To print "Paul" two times
To make an array with "Paul" name as second identifier
Which one is the syntax to print some text in pseudocode ?
WRITELN
OUTPUT
ECHO
What is SDLC ?
Software development lifetime cycle
System development lifetime cycle
Software development life cycle
System development life cycle
What is the Cambridge code for ICT and CS respectively ?
0478 , 0417
0417 , 0418
0417 , 0478
0478 , 0418
Which of the following behavior is prohibited in the ICT lesson ?
Using laptop at class to study
Playing games while studying
Use cellphone with consent
Use internet / google to gain information
Which one below is the FIRST step in SDLC ?
Maintenance
Design
Implementation
Analysis
Which one below is not existed in the SDLC steps ?
Design
Maintenance
Testing
Compiling
Which one below is not a proper method to research current system in SDLC ?
Interview
Questionnaires
Testing
Observation
Which one below is the correct shape for INPUT / OUTPUT in flowchart ?
parallelogram
diamond
rectangle
rounded rectangle
A country has only 30% people connected to internet, the rest of them is not. This is the example of....
Digital Divide
Digital Apocalypse
Digital Redudancies
Digital Transformation
What is the output of this pseudocode ?
Pass
Failed
Error
65
A programmer writes down explanations at his code. This is considered as....
Technical documentation
User documentation
Professional documentation
Career documentation
Which one is the correct algorithm to decide if a number or or even ?
Divide a number by 2.
If it the number divide by 2 is equal to zero, it is an even number.
If it is not equal to zero, it is an odd number.
Divide the number by itself. If it has 1 as result, then it's an odd number.
Else, it's an even number
Divide a number by 2.
If it become a fraction, it is an even number.
If it not become a fraction, it is an odd number.
Divide a number by 2.
If it has a reminder, it is an odd number.
If it has no reminder, it is an even number.
Which one of this is the weakness of IoT ?
IoT can read user behavior
Need internet connection to works
Need user interaction at least 2 hours per day
Cheap and reusable
DECLARE Apple: ARRAY [1:10] OF NUMBER
what do this pseudocode mean ?
Declaring 10 apples and 10 arrays
Declaring an array that can hold 10 numbers
Declaring array that has 10 apples on each data
Reserve the "Apple" data for 10th data, the other data will be considered as numbers
A(n) (a) intelligence is a system designed to simulate human intelligence, enabling it to perform tasks such as learning, problem-solving, decision-making, and language processing.
A magnetic tape is a very thin strip of plastic which is coated in a magnetic layer. The magnetic layer made of ____ _____
(a)
A subroutine that returns a value to the program called it is called a (a)
In pseudocode, (a) means giving the variable a value.
Usually using the operator left arrow <-
A (a) a realistic-looking video / audio recording where someone appears to say or do something they didn't actually do
