Search Header Logo
CS Topical Quiz II practice

CS Topical Quiz II practice

Assessment

Presentation

Computers

9th Grade

Practice Problem

Easy

Created by

Yefta Mandalika

Used 1+ times

FREE Resource

34 Slides • 19 Questions

1

media

SOFTWARE
Recap

2

media

A software is the set of instructions
that tells hardware how to perform
a particular task.

We cannot touch software

What is a software?

3

media

There are 2 types of a softwares:

1. System software

2. Application software

4

media

Software that is used to control the
operation of computer.

It is needed to run the computer

SYSTEM SOFTWARE

5

media

SYSTEM SOFTWARE

(Operating System)

6

media

Software that is used to perform one
special kind of task.

APPLICATION SOFTWARE

7

media
media
media
media
media
media
media
media
media
media
media
media
media

APPLICATION SOFTWARE

8

Open Ended

What is meant by a software?

9

Open Ended

Mention 2 types of software

10

Multiple Choice

A system software is...

1

Software that needed to run the computer and is used to control the operation of computer

2

Software that is used to perform special kind of task

11

Open Ended

Mention 3 examples of system software

12

Multiple Choice

An application software is...

1

Software that needed to run the computer and is used to control the operation of computer

2

Software that is used to perform special kind of task

13

Open Ended

Mention 3 examples of application software

14

​Operating System

media

15

What is an OS?

A system software that manages computer hardware and software, and also become the interface between human and computer.

16

5 Management that OS do

OS is manage all the activity in computer.

17

1. File Management

The file management is organised directories
for easier navigation and usage.

Such as: file name, folder, system folder, extension file, etc

18

2. Device Management

Detect and provides an interface between connected devices.

Such as: USB connection, charger, keyboard, mouse, printer, projector, controller, etc

19

3. Memory Management

Ensure that the computer's physical memory (RAM) is used efficiently and effectively to support the execution of various processes and programs.


Such as: opening and closing apps, how many running apps, background task, etc

20

4. Network Management

Coordinates network that connect to the computer.


Such as: LAN connection, WiFi connection, IP address, Firewall, etc

21

5. Process Management

Involves putting the tasks into order and pairing them into manageable size before they go to the CPU.


Such as: Booting, loading,

22

Open Ended

What is an operating system?

23

Open Ended

Mention 5 management that OS do

24

Multiple Choice

What does the process management do?

1

Putting the tasks into order and pairing them into manageable size before go to the CPU

2

Ensure that the computer's RAM is used efficiently and effectively

3

Organised directories for easiar usage

25

Multiple Select

We are the operating system. (choose 4 options)

1

Macintosh

2

Windows 11

3

Android 13

4

Microsoft One Note

5

Linux

26

Programming
Language

media

27

What is a programming language?

Set of instructions written by a programmer to deliver instructions to the computer to perform and accomplish a task.

28

Types of programming language

  1. High-level language

  2. Low-level language

29

High-level language

A programming language that uses human language or usually English for its operations that can be easily understood by humans.

30

High-level language

Example: Python, javascript, VB, etc

media
media

31

High-level language

print("Hello, World!")

Imports System

Module Program

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

32

Low-level language

A programming language that uses machine language or language that is easily understood by computers as machines

33

Low-level language

Example: assembly language, machine code

34

Low-level language

mov eax, 4 ;
mov ebx, 1 ;
mov ecx,
mov edx, 13 ; l
int 0x80

011011101

35

Open Ended

What is a programming language?

36

Open Ended

Type 2 types of programming language

37

Translator in
Programming
Language

media

38

Multiple Select

I am the high-level language. (choose 3)

1

Python

2

Javascript

3

VB

4

Assembly language

5

Machine code

39

Translator

  1. Compiler

  2. Interpreter

  3. Assembler

40

Assembler

Translate high-level language into low-level language

41

Compiler

Translate until all the command line is finish

42

Interpreter

Translate one line at a time (one-by-one)

43

Open Ended

Mention 3 translator in programming language

44

Multiple Choice

What is the compiler

1

Translate until all the command line finish

2

Translate one line at the time

45

Multiple Choice

What is the interpreter

1

Translate until all the command line finish

2

Translate one line at the time

46

IDE
(Integrated
Development
Environment)

media

47

media

IDEs

Unit 6 Software

IDE stand for Integrated Development Environment


or


The application that is used to help programmer develop their program (to make the work finished faster)

48

media

Objectives

• Code editors

• Run-time environment

• Translators

• Error diagnostics

• Auto-completion

• Auto-correction

• Prettyprint

49

media

IDEs

Unit 6 Software

Code editors

• The editor provided in an IDE contains additional

facilities to a basic text editor, such as:

• Line numbers

• Syntax highlighting

• Prettyprint

• Auto-completion

• Auto-correction

50

Multiple Choice

Which feature of an IDE Code editors is this describing?

When errors are found, the location that they occur on will also be stated

1

Auto-completion

2

Prettyprint

3

Syntax highlighting

4

Line numbers

5

Auto-correction

51

Multiple Choice

Which feature of an IDE Code editors is this describing?

is where it applies indentation and formatting to code

1

Auto-completion

2

Prettyprint

3

Syntax highlighting

4

Line numbers

5

Auto-correction

52

Multiple Choice

Which feature of an IDE Code editors is this describing?

helps you save typing time by trying to finish your code for you.

1

Auto-completion

2

Prettyprint

3

Syntax highlighting

4

Line numbers

5

Auto-correction

53

THE END :)

media

SOFTWARE
Recap

Show answer

Auto Play

Slide 1 / 53

SLIDE