Fill in the empty cells in this scheme
Give examples for each type of software.
What is an operating system?
What is the basic functions OS?
Name of types OS?
Describe and give examples for each type of OS?
What is GUI and CLI? Where their could use?
2. Call name black arrows in this scheme?
3. Explain of the CPU, system bus and main memory functions?
1. Describe processes in this scheme, and name of each components in the CPU.
AND, OR, NOT, NAND, NOR, XOR
C++ Pascal Java Pyton begin end input a,b output (a+b)
#include
var a, b: longint;
begin
readln(a, b);
writeln(a + b);
end.
import java.util.Scanner;
class Main {
public static void main(String args[]) {
Scanner s = new Scanner(System.in);
System.out.println(s.nextInt() + s.nextInt());
}
}
from string import split
a,b=map(int,split(raw_input()))
print a+b
Если не удалось найти и скачать доклад-презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:
Email: Нажмите что бы посмотреть