NEW
Font size
WorksheetsKonsep Berpikir Komputasional
Total questions: 10
Worksheet time: 5mins
The school wants to create a digital attendance system. If teachers only need to scan student cards, then the data automatically enters the database. To design this solution, the first computational thinking concept that must be done is...
Pattern recognition from other school attendance systems
Abstraction of technical hardware details
Decomposition of the problem into several parts (tools, database, users)
Writing data input algorithms
Trial and error with existing attendance applications
In the school canteen, long queues often occur. The student council wants to create a digital solution to make purchases faster. They analyze that the main problems occur in: (1) menu recording, (2) payment, and (3) food collection. The steps they take include the concept of...
Pattern recognition
Algorithm
Abstraction
Decomposition
Simulation
When designing a digital book borrowing application, students find that the way to search for books by title, author, and year of publication always has a similar pattern: input → search data → display results. This is an example of the application of...
Algorithm
Pattern recognition
Abstraction
Decomposition
Experiment
In the planning process of a smart parking application, students discard irrelevant details such as vehicle color, and only focus on vehicle number and entry time. The computational thinking concept used is...
Decomposition
Abstraction
Algorithm
Pattern recognition
Data analysis
A student designs steps to order movie tickets online: Log in to the application, Choose a movie, Choose a seat, Pay, Print digital tickets. This step is called...
Abstraction
Decomposition
Algorithm
Pattern recognition
Simulation
A student is asked to create an algorithm to turn on the projector in class. The most logical step is...
Press the power button, then find the remote, then plug in the power cable
Plug in the power cable, turn on the power button, select HDMI input
Turn on the laptop, then turn on the projector, then find the power cable
Turn on the classroom lights, then turn on the projector, then plug in the cable
Open the window curtains, then turn on the projector
A student wants to search for a book in the digital library. He compares searches based on title, author, and year of publication. The computational thinking stage used is...
Algorithm
Abstraction
Pattern recognition
Decomposition
Simulation
When designing an automatic parking system, the information that needs to be eliminated in abstraction is...
Vehicle registration number
Vehicle entry time
Type of vehicle (car/motorcycle)
Vehicle color
Parking duration
In a robot competition, the robot is asked to sort red, blue, and green balls. The most logical algorithm is...
Take random balls and put them in any box
Take all the balls and arrange them alphabetically by color
Take the balls one by one and place them according to the color of the box
Put all the balls in the first box and then move some
Arrange the balls by size, not color
The teacher asks students to create an algorithm to arrange 20 chairs in the classroom. The most efficient algorithm is...
Arrange the chairs one by one without rules
Arrange the chairs randomly and then tidy them up
Divide the chairs into 4 rows × 5 columns directly
Arrange the chairs by the color of the paint
Arrange the chairs by the names of the students
