Intro to Programming Midterm 2021 PDF Tanta University
Document Details
Tanta University
2020
Tanta University
null
Tags
Summary
This is a programming midterm exam from Tanta University. The exam tests knowledge on computer technology and programming concepts.
Full Transcript
# Tanta University ## Department: Computers and Automatic Control ## Faculty of Engineering ### Course Title: Computer Technology ### Course Code: CCE0101 ### Date: 1-12-2020 ### Year: Preparatory ### Max. Marks: 30 Marks ### Allowed time: 30 Min. ## Q.1) Choose the correct answer: 1.1) _________i...
# Tanta University ## Department: Computers and Automatic Control ## Faculty of Engineering ### Course Title: Computer Technology ### Course Code: CCE0101 ### Date: 1-12-2020 ### Year: Preparatory ### Max. Marks: 30 Marks ### Allowed time: 30 Min. ## Q.1) Choose the correct answer: 1.1) _________is a stack of platters with a magnetic surface : - A) Hard disk. - B) Magnetic disk - C) CD/DVD - D) USB flash memory 1.2) The latest technology in laser drives is called - A) Hard disk drives - B) DVD drives - C) CD drives - D) Blue ray drives 1.3) A language used in web pages development: - A) Basic - B) VHDL - C) PHP - D) None of these 1.4) _________allows a program to make a decision on certain condition. - A) Loop structure - B) Hierarchical structure - C) Sequential structure - D) Selection structure. 1.5) (90)10=(...?......)2 = (....?.....)8 - A) 1101001, 123 - B) 1011010, 132 - C) 11000011, 120 - D) 1000000, 115 1.6) __________computer is a form of computer that uses the continuously changeable aspects of physical phenomena. - A) A Digital - B) An analog - C) A Hybrid 1.7) The language the computer actually understands is called ______ language. - A) assembly - B) machine - C) BASIC - D) C++ 1.8) It is specified as a main memory - A) Hard disk - B) CD/DVD - C) RAM - D) Floppy dis 1.9) EEPROM stands for - A) Electronically Erasable Programmable Read-Only Memory - B) Electrically Erasable Programmable Read-Only Memory - C) Electrically Enabled Programmable Read Only Memory 1.10) Super computers are mainly useful for - A) Data-retrieval operations - B) Mathematical intensive scientific applications - C) Input-output intensive applications - D) None of these 1.11) The process of copying data from a memory location is called ______. - A) Writing - B) Controlling - C) Booting - D) Reading 1.12) Operating system manages ______. - A) Memory - B) Processor - C) I/O devices - D) All the above 1.13) Laser Lights are used in its read / write operations: - A) Hard disk. - B) Magnetic disk - C) CD/DVD - D) USB flash memory 1.14) In which of the operating systems, the response time is very crucial: - A) Batch operating systems - B) Time-Sharing systems - C) Real time operating systems 1.15) In ______, multiple users simultaneously access the system through terminals. - A) Multiprogrammed Batch systems - B) Time Sharing operating systems - C) Simple Batch systems - D) Real-Time systems 1.16) Multiprocessor Systems refers to the use of two or more ______ within a single computer system. - A) CPU - B) RAM - C) ROM - D) Hard disk 1.17) Which of the following is the most powerful type of computers? - A) Mainframe - B) Super conductor - C) Microcomputer - D) Super computer 1.18) Which of the following operating systems is produced by IBM? - A) OS/2 - B) Windows - C) Linux - D) DOS 1.19) Multiprogrammed Batch Systems - A) decreases CPU utilization - B) decreases RAM utilization - C) increases CPU utilization - D) increases RAM utilization 1.20) Real-time systems are - A) Special purpose operating systems - B) Hard operating systems - C) General purpose operating systems - D) Soft operating systems 1.21) A set of instructions executed by a computer is called ______. - A) Output - B) Bios - C) Program - D) TEXT 1.22) A language used in an Artificial Intelligence (AI) development: - A) C++ - B) Prolog - C) AIML - D) All the above ## Q.2) State if each of the following statements is True or False: 2.1) A Process is a systematic series of actions a computer uses to manipulate data. 2.2) Computer output is information that has been produced by a computer. 2.3) Hardware is the physical parts of a computer system that you can see and touch. 2.4) Every general-purpose computer must have an operating system to run other programs. 2.5) A byte is the smallest unit of information held in a computer. 2.6) User friendly is computer software or a hardware that is simple to set up, run and use. 2.7) Personal computers can be used as servers. 2.8) A minicomputer is usually designed to serve multiple users simultaneously. 2.9) The memory manager is the core of an operating system. 2.10) In batch processing, user can't interact with a computer. 2.11) Operating system is the first hardware controlling program after pressing the power button in personal computers. 2.12) The operating system manages the resources of the system. 2.13) Log Off command in MS. Windows is used to switch between the different users of computer.