Systems
Implementation Phases
Syntax and Readability
100

What are systems?

System softwares are low level softwares that manages and controls a computer's hardware and gives basic services to a high level software. 

100

What is the implementation phase?

Implementation phase is where a system software plan is put into action.

100

What is syntax?

Set of rules that define the structure and format of code. 

200

What are main types of system software?

Windows, Linux, macOS etc

200

What is the first step of the implementation phase?

Translate your algorithm into a programming language.

200

Why is Readability important?

Readability makes code easier to understand, maintain and debug.

300

What is an operating system?

System software that manages hardware amd software resources and provides services for computer programs.

300

What is the purpose of the testing phase in implementation?


Testing ensures that the system is working and any mistakes may can be corrected.

300

What is readability?

Readability is the difficulty of reading and understanding text.

400

Why is system software important?

System software is essential because it enables the hardware to communicate with software. 

400

Explain the second step of the implementation phase?

The second step is to correct any errors in the code. 


400

Explain the difference between low level and high level languages.

Low-level languages are close to the machine code and high level languages are designed to be easy for humans to read and write.

500

Can you use a computer system without software?

No

500

Explain the third step of the implementation phase?

In step 3 execute the program code and fix any errors that were made along the way.

500

States three types of high-level languages and three types of low-level languages.

High level: python, Java, JavaScript

Low level : machine language, Assembly Language, Hardware Description Language