1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java

Size: px
Start display at page:

Download "1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java"

Transcription

1 FALL CIS105(CP105)/CE205 MIDTERM-2 EXAM /FACULTY OF ECON. &ADMIN. SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems Date: /09:00-11:00/AS209 1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java 2) Structures Query Language (SQL) used in conjunction with database management is often used as an example of a -generation language. A) first B) third C) fourth D) second 3) Which of the following languages is best suited to evaluating complex mathematical equations? A) Pascal B) Visual Basic C) FORTRAN D) COBOL 2) 3) 4) What is the best definition of spaghetti code? 4) A) It is code characterized by loops in which blocks of code repeat. B) It is the term for an inefficient program, often written by a novice programmer. C) It is code containing many IF statements in which different statements are executed, depending on the state of the data. D) It is code containing many GOTO statements which cause unconditional jumps from one section of code to another. 5) Which programming language was developed in Dartmouth College in the mid-1960s to teach programming fundamentals to beginners? A) C B) Pascal C) ADA D) BASIC 6) When using the class programming construct, a(n) inherits data and functions from its parent class. A) nested B) subclass C) superclass D) object 5) 6) 7) Assembly language would most commonly be used today to write a(n): 7) A) complex action game with animation. B) small component of a program that needs to execute quickly. C) engineering program involving many complicated math equations. D) complete operating system. 8) Which type of language is representative of the first generation of programming languages? A) Procedural B) Object-oriented C) Machine D) Assembly 9) Which language feature was NOT first introduced in the second generation of programming languages? 8) 9)

2 A) Use of mnemonics as abbreviations for instructions B) Introduction of objects as units of code that combine data and functions C) Use of decimal numbers D) Use of an assembler to translate programs into machine language 10) All of the following languages are considered to be high-level EXCEPT: 10) A) COBOL. B) Assembly. C) Java. D) C. 11) A statement of code such as: IF hours <= 40 THEN PRINT "No overtime" ELSE PRINT "Overtime" is known as a control structure. A) selection B) repetition C) case D) sequence 12) A programmer who wants to visually show the logic of a program might use of a: A) flowchart. B) pseudocode diagram. C) nested structure. D) control module. 11) 12) 13) An easy-to-recognize abbreviation, such as COMPARE or ADD, used in assembly language is called a(n). 13) 14) In the program development life cycle, the phase always comes before the coding phase. A) Test and debug the program B) Document the program C) Define the problem D) Implement the program 14) 15) The vocabulary and set of rules that a programmer must learn and following is the. 15) 16) One of the most popular markup languages in use today is: 16) A) HTML. B) FTP. C) WWW. D) SGML. 17) is a programming technique that uses generic building blocks and quickly assembles them to solve specific problems. 17) 18) Program documentation might include all of the following, except: 18) A) descriptions of error messages. B) English comments that describe lines of code. C) tutorials for new users. D) object code. 19) The unique signal, generated by a device, that tells the operating system that it is in need of immediate attention is called an: 19)

3 A) event. B) interrupt. C) action. D) activity. 20) Virtual memory is typically located: 20) A) in the CPU. B) in a flash card. C) on a floppy disk. D) on the hard drive. 21) The MS-DOS operating system is a: 21) A) graphical user interface, single-task operating system. B) graphical user interface that executes in real-time. C) command-driven interface, single-task operating system. D) "user-friendly" multitask operating system. 22) The blocks of code, included in the operating system, that software applications interact with are known as: A) bootstrap loaders. B) device drivers. C) application programming interfaces (APIs). D) complimentary metal-oxide conductors (CMOS). 22) 23) An interrupt handler is a(n): 23) A) special numeric code that indicates the priority of a request. B) utility program. C) location in memory that keeps track of recently generated interrupts. D) peripheral device. 24) The purpose of a swap (or page) file is to: 24) A) prevent thrashing in a multitasking environment. B) maintain pages of documents that are being spooled to the printer. C) allow multiple print jobs to print their pages out simultaneously. D) hold a program's data or instructions in virtual memory when it can't fit in RAM. 25) Which one of the following statements is TRUE? 25) A) Single-user operating systems are commonly used in robotics. B) Single-user multitask operating systems are also known as network operating systems. C) Windows and Macintosh operating systems are the most commonly used single-user multitask operating systems. D) Supercomputers use single-user multitask operating systems. 26) is the ability of an operating system to control the activities of multiple programs at the same time. A) Multiuser B) Simulcasting C) Multitasking D) Streamlining 26) 27) A program error is referred to as a(n). 27) 28) The file that contains the lines of code written in a high-level language is called: 28)

4 A) plaintext. B) object code. C) executable code. D) source code. 29) All of the following are operating system categories EXCEPT: 29) A) real-time. B) virtual. C) single-user, single-task. D) single-user, multitask. 30) Which of the following characters CANNOT be used in a file name when using the Windows XP operating system? A) Underscore (_) B) Colon (:) C) "At" symbol (@) D) Hyphen (-) 30) 31) Verification of a login name and password is known as: 31) A) accessibility. B) authentication. C) configuration. D) logging in. 32) IF-THEN-ELSE and DO-WHILE are examples of programming structures. 32) 33) The memory resident portion of the operating system is called the: 33) A) CMOS. B) kernel. C) registry. D) API. 34) During the boot process, the looks for the system files. 34) A) CPU B) CD C) BIOS D) DVD 35) A(n) is a step-by-step description of how to solve a problem. 35) 36) FAT and NTFS are: 36) A) file management utility programs. B) file systems. C) programs for managing and scheduling tasks on the system. D) part of the boot process. 37) The contains all the different configurations (settings) used by the operating system and by other applications. 38) If a printer is in use, the operating system puts a print request in a temporary storage area of RAM called the. 37) 38) 39) The four-step process of fetch, decode, execute, and store is called a(n): 39) A) machine cycle. B) instruction cycle. C) arithmetic operation. D) logical operation. 40) Which of the following uses a 128-bit word size? 40) A) Mac OS X B) MS-DOS

5 C) Windows XP D) Linux 41) Running multiple, simultaneous processors is called: 41) A) parallel processing. B) megaprocessing. C) Co-processing. D) serial processing. 42) How many peripheral devices can be connected to a single SCSI port? 42) A) 1 B) 8 C) 100 D) 32 43) When the Excel error-checking feature identifies a potential problem with a formula, a is displayed in the top-left corner of the cell. A) triangle B) purple rectangle C) exclamation mark D) diamond 44) When using the type-and-point method to enter a formula into a cell, simply type the operator, and then the appropriate cell to be referenced by the formula. A) drag B) right-click C) point at D) click 45) The RJ-45 connector looks like a telephone jack and is used to connect to a: A) mouse. B) sound card. C) keyboard. D) network. 46) Choose the command sequence to ensure that the column and row headings are displayed as you view other areas of the worksheet. A) Window, Split B) Tools, Options C) Window, Freeze Panes D) Edit, View 47) You can the column and row headers so they will remain on the screen as you scroll to different areas of the worksheet. A) freeze B) dock C) lock down D) activate 48) If you include an inappropriate reference to a label in a formula, the error message will be displayed in the cell rather than the formula result. A) #ERROR! B) #LABEL! C) #NAMES! D) #VALUE! 43) 44) 45) 46) 47) 48) 49) Which of the following examples is an absolute cell reference? 49) A) $7$B B) $B$7 C) B7 D) 7B 50) Which of the following is NOT one of the steps in the machine cycle? 50) A) Execute B) Store C) Decode D) Pipelining 51) A operator is used to join one or more text entries to form a single entry. A) logical B) comparison C) concatenation D) reference 51)

6 52) DDR SDRAM and need to be energized to avoid losing their contents. 52) 53) When you insert a picture and adjust the height, Word automatically adjusts the to maintain the correct proportion. A) pixel size B) resolution C) screen size D) width 53) 54) When combining text with an image, you can have text appear: 54) A) wrap above or below the image. B) wrap tightly around the outer edges. C) on top of or behind an image. D) all of the above. 55) Because WordArt is a object, you can use similar options to those used to customize clip art. A) picture B) formatted C) graphical D) text-based 55) 56) Images, drawings, and scanned photographs are called. 56) 57) Which type of chart would you create if you wanted to show a trend in data? A) Bar B) Column C) Pie D) Line 58) The following message generally means: Non-system disk or disk errorreplace and strike any key when ready. A) the BIOS is corrupted. B) there is a problem loading a device. C) the CD drive is not functioning. D) a nonsystem floppy has been left in the floppy disk drive. 59) Electronic pens are used with the mouse to write on a slide in which view? A) Master B) Slide Sorter C) Slide Show D) Normal 57) 58) 59)

7 60) Match the PowerPoint elements to their functions: 60) A. displays the presentation either smaller or larger B. displays the presentation so you can organize the slides C. displays the presentation on your full screen D. displays the current slide working area E. displays the default PowerPoint view

8 1) D 2) C 3) C 4) D 5) D 6) B 7) B 8) C 9) B 10) B 11) A 12) A 13) mnemonic 14) C 15) syntax 16) A 17) Object-oriented programming or OOP 18) D 19) B 20) D 21) C 22) C 23) A 24) D 25) C 26) C 27) bug 28) D 29) B 30) B 31) B 32) control 33) B 34) C 35) algorithm 36) B 37) registry 38) buffer 39) A 40) A 41) A 42) B 43) A 44) D 45) D 46) C 47) A 48) D 49) B 50) D 51) C

9 52) Rambus Dynamic RAM or RDRAM 53) D 54) D 55) C 56) clip art 57) D 58) D 59) C 60) D, A, E, B, C

Download from Powered By JbigDeaL

Download from  Powered By JbigDeaL 1. If a word is typed that is not in Word s dictionary, a wavy underline appears below the word. (A) red (B) green (C) blue (D) black 2. The button on the quick access Toolbar allows you to cancel your

More information

3) The contains a computer's main hardware components. 3) A) master case B) motherboard C) system unit D) CPU

3) The contains a computer's main hardware components. 3) A) master case B) motherboard C) system unit D) CPU FALL 07-08 COMP100 MIDTERM-2 EXAM /FACULTY OF ECON. AND ADMINISTRATIVE SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems

More information

6) The appears as a window pane to display frequently used features. A) task bar B) view buttons C) status bar D) task pane

6) The appears as a window pane to display frequently used features. A) task bar B) view buttons C) status bar D) task pane FALL 07-08 CIS101 MIDTERM-2 EXAM /FACULTY OF ECONOMICS AND ADMINISTRATIVE SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems

More information

Vocabulary Platform Computing\ First grade Theoretical number of hours=30 Practical number of hours =60

Vocabulary Platform Computing\ First grade Theoretical number of hours=30 Practical number of hours =60 Vocabulary Platform Computing\ First grade Theoretical number of hours=30 Practical number of hours =60 Sequence Subject Theoretical number of hours Introduction (Introduction to Computers, the concepts

More information

Glossary Unit 1: Hardware and Software

Glossary Unit 1: Hardware and Software Glossary Unit 1: Hardware and Software 1. 2. Application software computer software created to allow the user to perform specific a job or task Examples: Word processing, Spreadsheets, Database, and Graphics

More information

Accounting Software. Collaboration Software

Accounting Software. Collaboration Software Accounting Software Android Application Software Bitmap Image BlackBerry OS Boot Process Buffer Collaboration Software Command Line Interface Commercial Software An application program that is used to

More information

Problem Solving and Program Design - Chapter 1. Cory L. Strope

Problem Solving and Program Design - Chapter 1. Cory L. Strope Problem Solving and Program Design - Chapter 1 Cory L. Strope Overview of Computers and Programming Computer Hardware Computer Software Software Development (Problem Solving) Pseudocode Flowchart Intro.

More information

Downloaded From :

Downloaded From : 04-012-2011 Test V Computer Knowledge 201. The operation of combining two cells into a single cell in Excel is referred to as (1) Join Cells (2) Merge Cells (3) Merge Table (4) Join Table 202. Which of

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

SOFTWARE ARCHITECTURE

SOFTWARE ARCHITECTURE 1 SOFTWARE ARCHITECTURE Tatsuya Hagino hagino@sfc.keio.ac.jp Slide URL https://vu5.sfc.keio.ac.jp/slide/ 2 Lecture Slide System Please access to: https://vu5.sfc.keio.ac.jp/slide/ Select: Software Architecture

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

Computers Are Your Future Chapter 4

Computers Are Your Future Chapter 4 INTRODUCTION TO IT WEEK4 CHAPTER4 LECTURE1 Faculty of Computing and Information Technology.Rabigh System Software Slide 2 What You Will Learn... The two major components of operating system software Why

More information

Programming Languages and Program Development

Programming Languages and Program Development Programming Languages and Program Development 1 Programming Languages and How They Work Programming o Process used to create software programs Programmers o People who use programming languages to create

More information

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software.

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software. Hardware and Software Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages Computer systems consist of hardware and software. Hardware includes the tangible

More information

BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1

BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1 BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1 Learning Outcomes At the end of this lecture, you should be able to: tell the purpose of computer programs. describe

More information

8/16/12. Computer Organization. Architecture. Computer Organization. Computer Basics

8/16/12. Computer Organization. Architecture. Computer Organization. Computer Basics Computer Organization Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages 1 2 Architecture Computer Organization n central-processing unit n performs the

More information

Computer Basics 1/24/13. Computer Organization. Computer systems consist of hardware and software.

Computer Basics 1/24/13. Computer Organization. Computer systems consist of hardware and software. Hardware and Software Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages Computer systems consist of hardware and software. Hardware includes the tangible

More information

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018 Systems Computer Software Is an interface or buffer between application and hardware Controls the computer hardware and acts as an interface with applications programs Definition A series of detailed instructions

More information

Mustafa T. Babagil & Filiz Bilen Page 1 COMP190, COMP191 AND COMP101 LAB MANUAL 2

Mustafa T. Babagil & Filiz Bilen Page 1 COMP190, COMP191 AND COMP101 LAB MANUAL 2 Mustafa T. Babagil & Filiz Bilen Page 1 COMP190, COMP191 AND COMP101 LAB MANUAL 2 Windows Basics 2 How to deal with windows; maximize, minimize, restore, move. 2 How to Create/Delete a Folder. 2 Mouse

More information

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

System Software. System software

System Software. System software System Software 1 System Software 2 System Software System software o Consists of all the programs that enable the computer and its peripheral devices to function smoothly o Divided into two main categories:

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Chapter 1: An Overview of Computers and Programming Languages. Objectives. Objectives (cont d.) Introduction

Chapter 1: An Overview of Computers and Programming Languages. Objectives. Objectives (cont d.) Introduction Chapter 1: An Overview of Computers and Programming Languages Objectives Objectives (cont d.) In this chapter, you will: Learn about different types of computers Explore hardware and software Learn about

More information

CSc 10200! Introduction to Computing. Lecture 1 Edgardo Molina Fall 2013 City College of New York

CSc 10200! Introduction to Computing. Lecture 1 Edgardo Molina Fall 2013 City College of New York CSc 10200! Introduction to Computing Lecture 1 Edgardo Molina Fall 2013 City College of New York 1 Introduction to Computing Lectures: Tuesday and Thursday s (2-2:50 pm) Location: NAC 1/202 Recitation:

More information

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2010: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2010. After an introduction to spreadsheet terminology and Excel's

More information

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology in Action Chapter 5 System Software: The Operating System, Utility Programs, and File Management Chapter Topics Operating System Fundamentals What the Operating System Does The Boot Process:

More information

Computer Software. Lect 4: System Software

Computer Software. Lect 4: System Software Computer Software Lect 4: System Software 1 What You Will Learn List the two major components of system software. Explain why a computer needs an operating system. List the five basic functions of an operating

More information

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers Computer Software Definition A series of detailed instructions that control the operation of a computer system. Software exists as programs that are developed by computer programmers Categories of software

More information

SUBJECT COMPUTER APPLICATION PAGE 1

SUBJECT COMPUTER APPLICATION PAGE 1 BACHELOR OF ARTS (B.A.) (THREE YEAR DEGREE COURSE) SUBJECT COMPUTER APPLICATION PAGE 1 B.A.(COMPUTER APPLICATION) COURSE STRUCTURE FIRST YEAR PAPER 101: Computer Fundamentals PAPER 102: Operating System

More information

Programming Languages and Program Development Life Cycle Fall Introduction to Information and Communication Technologies CSD 102

Programming Languages and Program Development Life Cycle Fall Introduction to Information and Communication Technologies CSD 102 Programming Languages and Program Development Life Cycle Fall 2016 Introduction to Information and Communication Technologies CSD 102 Outline The most common approaches to program design and development

More information

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU 1- Which of the following tasks is the operating system NOT responsible for? a) Management, scheduling, and coordination of tasks b) File compression c) Manages the computer's hardware d) Coordinates communication

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Basic Computer Training Course

Basic Computer Training Course Basic Computer Training Course Laherrère A. Perrodon Ivanhoe Masters (Designed for the school teachers of BCICT Programme implemented Schools) This book covers the following courses: Introduction to computer

More information

CSCE150A. Administrivia. Overview. Hardware. Software. Example. Program. Pseudocode. Flowchart. Control Structures. Hello World Program CSCE150A

CSCE150A. Administrivia. Overview. Hardware. Software. Example. Program. Pseudocode. Flowchart. Control Structures. Hello World Program CSCE150A Computer Science & Engineering 150A Problem Solving Using Computers Lecture 01 - Course Introduction Stephen Scott (Adapted from Christopher M. Bourke) Roll Syllabus Course Webpage: http://cse.unl.edu/~sscott/teach/classes/cse150af09/

More information

Computer Science & Engineering 150A Problem Solving Using Computers

Computer Science & Engineering 150A Problem Solving Using Computers Computer Science & Engineering 150A Problem Solving Using Computers Lecture 01 - Course Introduction Stephen Scott (Adapted from Christopher M. Bourke) 1 / 43 Fall 2009 Roll Syllabus Course Webpage: http://cse.unl.edu/~sscott/teach/classes/cse150af09/

More information

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer www.mrsmeyersmap.weebly.com Course Description This course is recommended for ALL high school students!

More information

1. A folder inside a folder is called. a) Mini Directory b) Sub Directory c) Root Folder d) Child Folder e) None of these

1. A folder inside a folder is called. a) Mini Directory b) Sub Directory c) Root Folder d) Child Folder e) None of these 1. A folder inside a folder is called. a) Mini Directory b) Sub Directory c) Root Folder d) Child Folder 2. A mouse is this kind of device a) Input b) Output c) Network d) Storage 3. All deleted files

More information

Low-Level Languages. Computer Programs and Programming Languages

Low-Level Languages. Computer Programs and Programming Languages Computer Programs and Programming Languages What is a computer program? Set of instructions that directs computer to perform tasks Programming used to write instructions 1 Computer Programs and Programming

More information

1. In the accompanying figure, the months were rotated by selecting the text and dragging the mouse pointer up and to the right.

1. In the accompanying figure, the months were rotated by selecting the text and dragging the mouse pointer up and to the right. Excel: Chapter 3 True/False Indicate whether the statement is true or false. Figure 3-3 1. In the accompanying figure, the months were rotated by selecting the text and dragging the mouse pointer up and

More information

M1-R4: IT TOOLS AND BUSINESS SYSTEMS

M1-R4: IT TOOLS AND BUSINESS SYSTEMS M1-R4: IT TOOLS AND BUSINESS SYSTEMS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

More information

Book 5. Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons

Book 5. Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons Chapter 2: Slides with Charts & Shapes... 12 Working with Charts

More information

Microsoft PowerPoint Illustrated. Unit C: Inserting Objects into a Presentation

Microsoft PowerPoint Illustrated. Unit C: Inserting Objects into a Presentation Microsoft PowerPoint 2010- Illustrated Unit C: Inserting Objects into a Presentation Objectives Insert text from Microsoft Word Insert clip art Insert and style a picture Insert a text box Objectives Insert

More information

Introduction to Computers and Programming Languages. CS 180 Sunil Prabhakar Department of Computer Science Purdue University

Introduction to Computers and Programming Languages. CS 180 Sunil Prabhakar Department of Computer Science Purdue University Introduction to Computers and Programming Languages CS 180 Sunil Prabhakar Department of Computer Science Purdue University 1 Objectives This week we will study: The notion of hardware and software Programming

More information

Lesson 1. Introduction to Programming OBJECTIVES

Lesson 1. Introduction to Programming OBJECTIVES Introduction to Programming If you re new to programming, you might be intimidated by code and flowcharts. You might even wonder how you ll ever understand them. This lesson offers some basic ideas and

More information

COURSE OUTLINE. MS PowerPoint Last Updated: 19 July 2017

COURSE OUTLINE. MS PowerPoint Last Updated: 19 July 2017 MS PowerPoint 2016 Last Updated: 19 July 2017 1. Table of Contents 1. Table of Contents... 2 A. COURSE OUTLINES... 3 1. Free online pre-training assessments... 3 2. MS PowerPoint 2016 Level 1... 3 3. MS

More information

COURSE SYLLABUS. Credit Hours: Contact Hours Lab Hours 4 4 As needed by student

COURSE SYLLABUS. Credit Hours: Contact Hours Lab Hours 4 4 As needed by student Date Approved: Date Revised: 08/07 COURSE SYLLABUS Syllabus for: INFS 2010 Microcomputer Applications Discipline Number Course Name Former Quarter Course(s): N/A Catalog Description: This course is an

More information

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management 1 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Chapter Topics System

More information

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

CHAPTER 1: INTRODUCTION TO COMPUTERS AND PROGRAMMING. 1 Muhalim Mohamed Amin Faculty of

CHAPTER 1: INTRODUCTION TO COMPUTERS AND PROGRAMMING. 1 Muhalim Mohamed Amin Faculty of CHAPTER 1: INTRODUCTION TO COMPUTERS AND PROGRAMMING 1 Muhalim Mohamed Amin Faculty of Computing @2015/2016-1 Objectives In this chapter, you will learn: Basic computer concepts. The different types of

More information

The Basics of PowerPoint

The Basics of PowerPoint MaryBeth Rajczewski The Basics of PowerPoint Microsoft PowerPoint is the premiere presentation software. It enables you to create professional presentations in a short amount of time. Presentations using

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). ELECTRONIC COMPUTERS THEN AND NOW Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). In the Past (i.e., during

More information

Computer Applications Final Review COMPUTER BASICS REVIEW

Computer Applications Final Review COMPUTER BASICS REVIEW Computer Applications Final Review COMPUTER BASICS REVIEW Look at the following picture and complete each statement below: 1. Label a above is referring to the: A. mouse B. Case C. CPU D. RAM 2. Label

More information

Learning Microsoft Office 2010 NASTA Edition, 2011

Learning Microsoft Office 2010 NASTA Edition, 2011 A Correlation of Learning Microsoft Office 2010 To the Arkansas Curriculum Framework for Computerized Business s Computerized Business s Table of Contents Unit 1: Hardware and Software Hours: 3... 3 Unit

More information

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks.

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks. Directions: Fill in the blanks. 1. PowerPoint Window Layout 2. File Tab When clicked, opens - automatically opens the Info option by default Holds the following options: - Info - New - Open - Save - Save

More information

Programming: detailed instructions which tell the computer hardware what to do aka software Computer Science: the study NOT of computers, but of what

Programming: detailed instructions which tell the computer hardware what to do aka software Computer Science: the study NOT of computers, but of what Programming: detailed instructions which tell the computer hardware what to do aka software Computer Science: the study NOT of computers, but of what can be computed what processes a computer can execute

More information

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer?

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer? Elements of Computers and Programming Dr. William C. Bulko What is a Computer? 2017 What is a Computer? A typical computer consists of: a CPU memory a hard disk a monitor and one or more communication

More information

Syllabus. S.N. Course Name Code Duration Course Fee

Syllabus. S.N. Course Name Code Duration Course Fee Syllabus S.N. Course Name Code Duration Course Fee 01 Certificate in Financial 3 CFA Accounting (CFA) Concept of Financial Accounting Introduction to Tally... Company Creation Accounting and Inventory

More information

IT Training Center Class Descriptions

IT Training Center Class Descriptions Using Microsoft Windows 10 Must have a personal computer with Microsoft Windows 10 installed on their workstation. This class is geared to the student who has little or no knowledge of the Windows environment

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

SCSP Programming Technique C

SCSP Programming Technique C SCSP1103 - Programming Technique C 9/27/15 Objectives In this chapter, you will learn: CHAPTER 1: Basic computer concepts. The different types of programming languages in general. INTRODUCTION TO COMPUTERS

More information

CHAPTER 1 Introduction to Computers and Java

CHAPTER 1 Introduction to Computers and Java CHAPTER 1 Introduction to Computers and Java Copyright 2016 Pearson Education, Inc., Hoboken NJ Chapter Topics Chapter 1 discusses the following main topics: Why Program? Computer Systems: Hardware and

More information

Microsoft Excel 2010 Level 1

Microsoft Excel 2010 Level 1 Microsoft Excel 2010 Level 1 One Day Course Course Description You have basic computer skills such as using a mouse, navigating through windows, and surfing the Internet. You have also used paper-based

More information

Chapter 1. Introduction to Programming and Visual Basic Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of

Chapter 1. Introduction to Programming and Visual Basic Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 1 Introduction to Programming and Visual Basic Addison Wesley is an imprint of 2011 Pearson Addison-Wesley. All rights reserved. Section 1.1 COMPUTER SYSTEMS: HARDWARE AND SOFTWARE Computer systems

More information

Glossary. advance: to move forward

Glossary. advance: to move forward Computer Computer Skills Glossary Skills Glossary advance: to move forward alignment tab: the tab in the Format Cells dialog box that allows you to choose how the data in the cells will be aligned (left,

More information

Arkansas Curriculum Framework for Computer Applications II

Arkansas Curriculum Framework for Computer Applications II A Correlation of DDC Learning Microsoft Office 2010 Advanced Skills 2011 To the Arkansas Curriculum Framework for Table of Contents Unit 1: Spreadsheet Formatting and Changing the Appearance of a Worksheet

More information

COMPUTER APPLICATIONS TECHNOLOGY

COMPUTER APPLICATIONS TECHNOLOGY COMPUTER APPLICATIONS TECHNOLOGY Practical Skillsets required per application per grade Taken from CAPS Computer Applications Technology Practical skillsets required per application per grade (according

More information

Chapter 1: Introduction to Computers and Java

Chapter 1: Introduction to Computers and Java Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Objects Fifth Edition by Tony Gaddis Chapter Topics Chapter 1 discusses the following main topics:

More information

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Objects Fifth Edition by Tony Gaddis Chapter Topics Chapter 1 discusses the following main topics:

More information

Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software

Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software Prepared by: Engr. Saeed Azhar (Assistant Professor, EED) (Electronics Sec A) Software Significance:

More information

CompTIA: A Exam 2 Lab V2.0. Course Outline. CompTIA: A Exam 2 Lab V Feb

CompTIA: A Exam 2 Lab V2.0. Course Outline. CompTIA: A Exam 2 Lab V Feb Course Outline CompTIA: A+ 2012 Exam 2 Lab V2.0 22 Feb 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools

More information

MICROSOFT WINDOWS - LEVEL 2

MICROSOFT WINDOWS - LEVEL 2 MICROSOFT WINDOWS - LEVEL 2 Based on SAQA Unit Standard 117867 This course will introduce you to Windows, which is the operating System of the computer. You will become more familiar with working with

More information

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER 1.0 Introduction 1.1 Objectives 1.2 What is Computer? 1.2.1 History of Computers 1.2.2 Characteristics Of Computer System 1.2.3 Basic Applications of Computer

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

Discovering Computers Chapter 13 Programming Languages and Program Development

Discovering Computers Chapter 13 Programming Languages and Program Development Discovering Computers 2009 Chapter 13 Programming Languages and Program Development Chapter 13 Objectives Differentiate between machine and assembly languages Identify and discuss the purpose of procedural

More information

CS 134. Operating Systems. April 8, 2013 Lecture 20. Input/Output. Instructor: Neil Rhodes. Monday, April 7, 14

CS 134. Operating Systems. April 8, 2013 Lecture 20. Input/Output. Instructor: Neil Rhodes. Monday, April 7, 14 CS 134 Operating Systems April 8, 2013 Lecture 20 Input/Output Instructor: Neil Rhodes Hardware How hardware works Operating system layer What the kernel does API What the programmer does Overview 2 kinds

More information

Computers: Tools for an Information Age. System Software

Computers: Tools for an Information Age. System Software Computers: Tools for an Information Age System Software Objectives System Software Operating system (OS) Popular Operating Systems System Utilities 2 System Software 3 System Software System software includes

More information

User. Applications. Operating System. Hardware

User. Applications. Operating System. Hardware 2 User Applications Operating System Hardware 3 What is the Booting 1.When the user powers up the computer the CPU (Central Processing Unit) activates the BIOS (Basic Input Output System). 2. The first

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 4 MICROSOFT OFFICE

More information

Computer System Overview OPERATING SYSTEM TOP-LEVEL COMPONENTS. Simplified view: Operating Systems. Slide 1. Slide /S2. Slide 2.

Computer System Overview OPERATING SYSTEM TOP-LEVEL COMPONENTS. Simplified view: Operating Systems. Slide 1. Slide /S2. Slide 2. BASIC ELEMENTS Simplified view: Processor Slide 1 Computer System Overview Operating Systems Slide 3 Main Memory referred to as real memory or primary memory volatile modules 2004/S2 secondary memory devices

More information

Chapter 2 Operating-System Structures

Chapter 2 Operating-System Structures This chapter will discuss the following concepts: 2.1 Operating System Services 2.2 User Operating System Interface 2.3 System Calls 2.4 System Programs 2.5 Operating System Design and Implementation 2.6

More information

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2.

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. Data going into the computer is called? 1) Output 2) Algorithm

More information

Module 4 Chapter 5 Using Software

Module 4 Chapter 5 Using Software Module 4 Chapter 5 Using Software Application Software: Software you use everyday at home and at work System Software: Set of programs that help run the computer and coordinates instructions between application

More information

c. Compiler d. Program 9. To maximize a window means a. Fill it to capacity b. Expand it to fit the desktop c. Put only like files inside d.

c. Compiler d. Program 9. To maximize a window means a. Fill it to capacity b. Expand it to fit the desktop c. Put only like files inside d. SET 14 1. In Excel --- contains one or more worksheets a. Template b. Workbook c. Active cell d. Label 2. Which of the following is a popular programming language for developing multimedia web pages, websites

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

4. Low level language with some high level features 9) What will happen if in a C program you assign a value to an array element whose subscript

4. Low level language with some high level features 9) What will happen if in a C program you assign a value to an array element whose subscript SET 9 1) Fastest component of a computer system is 1. Flash ROM 2. Cache memory 3. DDR RAM 4. CPU 2) Which tags are placed on animals, to track all of the animal speed 1. POS 2. RFID 3. PPS 4. GPS 3) user

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

Introduction to PowerPoint

Introduction to PowerPoint L E S S O N 1 Introduction to PowerPoint Lesson objectives Suggested teaching time To become familiar with PowerPoint's presentation capabilities, you will: 40-50 minutes a b c Start the program, open

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2008 Prentice-Hall, Inc. Computers Are Your Future Chapter 6 Inside the System Unit 2008 Prentice-Hall, Inc. Slide 2 What You Will Learn... Understand how computers represent

More information

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy Operating Systems Designed and Presented by Dr. Ayman Elshenawy Elsefy Dept. of Systems & Computer Eng.. AL-AZHAR University Website : eaymanelshenawy.wordpress.com Email : eaymanelshenawy@yahoo.com Reference

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Lesson 22 Enhancing Presentations with Multimedia Effects

Lesson 22 Enhancing Presentations with Multimedia Effects Enhancing Presentations with Multimedia Effects Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition 1 Objectives Add clip art, shapes and drawn objects, SmartArt graphics, and pictures

More information

Unit 29. Installing and Upgrading Software Level 3

Unit 29. Installing and Upgrading Software Level 3 Unit 29 Installing and Upgrading Software Level 3 Todays Session What is software? Types of software Software uses What is software? Software is a collection of instructions that enable the user to interact

More information

Microsoft Office 2010 Tutorial

Microsoft Office 2010 Tutorial Microsoft Office 2010 Tutorial Contents Microsoft Office 2010 Tutorial... 1 Find your way through long documents with the new Document Navigation pane and Search... 4 Adjust the spaces between lines or

More information

2017 Computer Proficiency Assessment Test

2017 Computer Proficiency Assessment Test 2017 Computer Proficiency Assessment Test A. Are you required to satisfy the Core Goal V: computer use? The Core Goal V requirement applies to full/part time undergraduate students who matriculated at

More information

OUTLINE OF THE AREAS COVERED IN THE UCTIT EXAM

OUTLINE OF THE AREAS COVERED IN THE UCTIT EXAM OUTLINE OF THE AREAS COVERED IN THE UCTIT EXAM INTRODUCTION This ICT Certification test is aimed at assessing whether a person has the basic Information and Communication Technology (ICT) knowledge and

More information

Introduction to Computer System

Introduction to Computer System University of Baghdad College of Science Department of Mathematics First Class First Course 2017-2018 Introduction to Computer System Computer Basics 1 Information system: An interconnected environment

More information