TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

2.00 Understand Computer Fundamentals
Parts of a Computer.
Basic Computer Hardware and Software.
Business Technology Applications Computer Basics.
Basic Computer Components
Computer Components.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Introduction to Computers
Computer Hardware.
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
IC3 GS3 Standard Computing Fundamentals Module
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
V Material obtained from summer workshop in Guildford County.
Introduction to Computers and Programming
2.00 Understand Computer Fundamentals Unit Objective: 2.01.
 COMPUTER & INDUSTRY LANGUAGE For Commercial Art.
1.00 Describe the purpose, components, and use of a computer system.
CS102 Introduction to Computer Programming
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
What is Information Technology?
Chapter Introduction to Computers and Programming 1.
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
Introduction to Computers
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
1.1 How Does a Computer Work?
Topics Introduction Hardware and Software How Computers Store Data
INTRODUCTION TO COMPUTING
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Computers Inside and Out
Copyright © 2012 Pearson Education, Inc. Chapter 1 Introduction to Computing and Programming.
Computer main parts. Hardware  It refers to all physical parts of a computer system.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 1 Introduction to Computers and Programming.
Intro to Computers Computer Apps 1.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
What is a computer? Computer is a device for processing information.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
Computer Basic Vocabulary
Multimedia and Computers Introduction to Computers.
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Business Technology Applications Computer Basics Vocab.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Lets Review Computers. Exactly what is a computer? A computer is an electronic device that manipulates information and data A computer sees data in 1’s.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Basic Computer Hardware and Software. Guilford County SciVis V
Brief Version of Starting Out with C++ Chapter 1 Introduction to Computers and Programming.
Basic Computer Hardware and Software.
1 CSC160 Introduction to HTML. 2 What Is a Computer?  A computer is a programmable machine that can store data, interacts with users and devices, and.
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 1: An Overview of Computers and Programming Languages.
Power Point Vocabulary Suarez, Alejandra Per. 6 10/12/13.
How Much Do I Remember? Are you ready to play.....
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
BASIC PROGRAMMING C SCP1103 (02)
Basic Computer Vocabulary
Topics Introduction Hardware and Software How Computers Store Data
BASIC PROGRAMMING C SCP1103 (02)
Basic Computer Hardware & Software
Topics Introduction Hardware and Software How Computers Store Data
Introduction to computers
02.00 Understand Computer Fundamentals
Module I Keyboarding UNIT 1 LESSONS 1-20
Presentation transcript:

TERMS TO KNOW

Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has a unique set of keywords (words that it understands) and a special syntax for organizing program instructions.

Programming Command A line of code written as part of a computer program.

Input Any type of information that is fed into a computer. Input can come from digital cameras, scanners, keyboards or a number of other devices.

Text Format The way text looks as defined by its type specifications.

Output Information that has been manipulated by the central processing unit (CPU) of the computer, and displayed either on the video monitor or rendered on paper or film as hard copy, or saved on disk in a digital format.

Output Device Hardware that receives and displays information coming from your computer (monitor, printer, speaker).

Debug The process of detecting, locating, and removing mistakes or malfunctions from newly developed software or hardware components of a computer. Locate and correct errors in a computer program code.

Initialize Assign an initial value to a computer program. The value assigned to a variable when it is first defined.

Operating System The master control program (e.g., Windows) that manages a computer's internal functions and provides a means of control to the computer's operations and file system. Software that controls the execution of computer programs and may provide various services.

System Failure A hardware or operating system malfunction.

Bit A unit of measurement of information. There are 8 bits in a byte.

Byte A byte is a basic unit of measurement of information storage in computer science. A sequence of 8 bits (enough to represent one character of alphanumeric data) processed as a single unit of information.

Pixel Tiny dots that make up a computer image. The more pixels a computer monitor can display, the better the image resolution and quality. On a color monitor, every pixel is composed of a red, a green, and a blue dot that are small enough to appear as a single entity.

Import a File Bring data from outside.

HTML The computer language used to create pages and content on the Web. Hypertext Markup Language: a set of tags and rules for using them in developing hypertext documents.

Frame An application that divides the user's display into two or more windows that can be scrolled independently

Recursive Process A function or a subroutine that calls itself. Recursion in computer science is a way of thinking about and solving problems. In fact, recursion is one of the central ideas of computer science. Solving a problem using recursion means the solution depends on solutions to smaller instances of the same problem.

Repetitive Process A process, in which the same auditing question or command is given many times to the pc. The pc is finding new answers every time.

CD-ROM A compact disk that is used with a computer; a large amount of digital information can be stored and accessed but it cannot be altered by the user.

Boolean Search A search using Boolean operators. A Boolean search involves searching with words like AND, OR, NOT. Using these words and other similar words can help you get more specific results. For example, if you're looking for info on pop music, enter pop AND music and you'll get a list of sites that include both those words, not just one of them.