CS 1308 Computer Literacy and the Internet. Exam Format  Approximately 120 Total Points  70 Points Multiple Choice  25 Points True or False  10 Points.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
Chapter 5: Computer Systems Organization Invitation to Computer Science, Java Version, Third Edition.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Third & Fourth Edition Spring 2008:
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
CSE1301 Computer Programming: Lecture 1 Computer Systems Overview.
Outline Chapter 1 Hardware, Software, Programming, Web surfing, … Chapter Goals –Describe the layers of a computer system –Describe the concept.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
CS 161 INTRO TO PROGRAMMING I Dr. Blaise W. Liffick Fall
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.
Topics Introduction Hardware and Software How Computers Store Data
Fundamental Principles of Computer Systems Unit B, Objective 3.01 & 3.02.
1 TOPIC 1 INTRODUCTION TO COMPUTER SCIENCE AND PROGRAMMING Topic 1 Introduction to Computer Science and Programming Notes adapted from Introduction to.
CS 1308 Computer Literacy and the Internet Computer Systems Organization.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
© 2011 University of StirlingLecture Review/Slide 1CSC931 Computing Science I CSC931 Review.
CISC105 General Computer Science Class 1 – 6/5/2006.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 1 Introduction to Computers and Programming.
Chapter 5: Computer Systems Organization Invitation to Computer Science, Java Version, Third Edition.
Computer Systems Organization CS 1428 Foundations of Computer Science.
Computer Parts. Two Basic Parts Hardware & Software.
CSCI 101 Final Exam Review Dannelly's Sections. This short overview is not intended to be a complete review for the final exam. Review your notes and.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
1 i206: Lecture 2: Computer Architecture, Binary Encodings, and Data Representation Marti Hearst Spring 2012.
Exam Format  130 Total Points  10 Points Short Answer  15 Points Fill in the Blank  25 Points T/F  60 Points Multiple Choice  20 Points Matching.
Review Everything you need to know for the 1 st Quarter Test.
CSC 110 – Intro to Computing Lecture 8: Computing Components.
Computer Architecture
Liang, Introduction to C++ Programming, (c) Chapter 1 Introduction to Computers, Programs, and C++
Review Final Exam Chapters 1 – 8, 9 – 12. Review 2 Exam Topics Chapters 1 – 3 Chapters 1 – 3: Overview of Computer Hardware and Software Chapter 4 Chapter.
Exam Format  105 Total Points  25 Points Short Answer  20 Points Fill in the Blank  15 Points T/F  45 Points Multiple Choice  The above are approximations.
CS 1308 Computer Literacy and the Internet. Objectives In this chapter, you will learn about:  The components of a computer system  Putting all the.
Chapter 1 : Overview of Computer and Programming By Suraya Alias
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Information Technology Essentials Deloris Y. McBride.
CS 1308 Exam 2 Review. Exam Format 110 Total Points 24 Points Short Answer 28 Points Fill in the Blank 16 Points T/F 36 Points Multiple Choice The above.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
DAILY QUESTION April 29, What is the difference between ROM and RAM? Hint: Use your book!
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Fly Swatter Game Let’s Swat It Now!!. A contract that defines acceptable rules and policies for computer use:
Revison Part three – some bits that aren’t explicitly mentioned in the spec.
Algorithms in Programming Computer Science Principles LO
The purpose of a CPU is to process data Custom written software is created for a user to meet exact purpose Off the shelf software is developed by a software.
Computer Organisation
Computer Science 2 What’s this course all about?
Exam 2 Review.
Topics Introduction Hardware and Software How Computers Store Data
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Principles of Information Technology
CS 1308 Exam I Review.
Computer Organization
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Web Development & Design Chapter 1, Sections 4, 5 & 6
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
CS 1308 Exam 2 Review.
Chapter 1: Computer Systems
Topics Introduction Hardware and Software How Computers Store Data
Chapter 3 Hardware and software 1.
Information Technology Ms. Abeer Helwa
Chapter 5: Computer Systems Organization
Introduction to computers
Chapter 3 Hardware and software 1.
Chap 2. Computer Fundamentals
CS 1308 Exam 2 Review.
Presentation transcript:

CS 1308 Computer Literacy and the Internet

Exam Format  Approximately 120 Total Points  70 Points Multiple Choice  25 Points True or False  10 Points Short Answer  16 Points Matching  Similar to lab homework and previous exams  Note: These values are approximations.

Example Short Answer  Why is it important to digitize information?

Example Short Answer  If you have a network connection that can transmit at 300 Mbps, about how long would it take to download a file that is 2 GB?

Example T/F problem T F A Wii controller would be considered an input device.

Example Multiple Choice How many bits are in a byte? A) 4 B) 8 C) 10 D) 16 E) 256

What is a Computer?  25 Points  All information is digital  The more bits you have, the more different things you can represent  Know the difference between a “bit” and a “byte”  2 bits is a formula for determining the number of things you can represent  Von Neumann Architecture  Data and instructions stored in memory  Should be able to draw it (with labels)  Memory  RAM

What is a Computer (cont.)  Input/Output  Secondary storage  What are input and output devices. Be able to give examples.  Central Processing Processor  Fetch-decode-execute cycle  Instruction sets, machine language (what are they?)  Only the sections of chapters covered in class

Networks 35 Points Analog vs. Digital What is a modem? Bandwidth Given a speed, calculate transmit time Basic Terminology Ethernet vs.Token Ring LAN, WAN, packet, router, client-server The internet TCP IP Protocols HTTP, FTP

Chapter 15 (cont.)  Internet Applications  What is the difference between a LAN and a WAN?  Broadcast vs. packet forwarding  What is the difference between the WWW and the Internet?  World Wide Web  Terminology  HTML  HTTP  Browser

Chapter 15 (cont.) SMTP POP3 FTP Encryption Know how public key encryption works for sending secure messages

Building the CPU  3 Points  Boolean logic (AND, OR, NOT)  Gates, circuits, truth tables  Truth tables  Know what they are

Putting it All Together  15 Points  All information is digital  The more bits you have, the more different things you can represent  2 bits is a formula for determining the number of things you can represent  Von Neumann Architecture  Data and instructions stored in memory and logically the same  Should be able to draw it (with labels)  Memory  RAM  Store and Fetch  Cache

Putting it All Together (cont.)  Input/Output  Secondary storage  Much slower than RAM  What are input and output devices. Be able to give examples.  Central Processing Unit  Control Unit and Arithmetic/Logic Unit  Instruction sets, machine language (what are they?)  Fetch-decode-execute cycle  Program Counter (PC)/Instruction Pointer (IP)/Accumulator (ACC)  Registers  Why might more RAM make your computer run faster?

Building Software 5 Points Phases of development Requirements gathering Writing Specifications Writing the Code Testing Maintenance and Support The longest of the phases High-level Language Closer to English Compiler Converts a high level language program to machine language for a particular computer.

System Software and File Systems  15 Points  Operating systems  Basic Input/Output (BIOS)  What are the main functions of the OS?  What resources does the OS manage?  Know some of the names of the main Operating Systems (Windows, Mac, Unix, Linux)  File Systems  File Types  Text vs. Binary  File protection  Files need to be world readable to be shared on the web  Directory Trees  Absolute vs. Relative Paths  Current directory “.”  Parent Directory “..”

Digital Audio  6 Points  What is sound?  Analog vs Digital representation of sound  What is sampling?  Sampling rate (44.1 kHz)  Sampling depth (bits per sample, e.g. 16 for CD quality)  File size of sampled file  MPEG Compression  What is it?  What factors influence compression?  Be able to estimate the size of a file based on the sampling rate and bit depth.

Digital Images  6 Points  What is a pixel?  Digital representation of images  Resolution  Colors  How many bits per pixel?  24 bit true color  Sampling depth (bits per sample, e.g. 16 for CD quality)  RGB color values  Digital Television  HDTV  What levels of resolution are considered HD?  What are the different kinds of technology used to project HD?

Information Systems  20 points  Spreadsheets  Cells  Values  Formulas  =A1+B1….common form of a formula  IF, SUM, AVERAGE  Concepts from homework assignment  Databases  Relational Databases  Information stored in Tables  Keys  Relationships  Every field should have just one piece of data and no data should be duplicated  Structured Query Language (SQL) used to add, modify, delete database content

Social Issues  0 points  Privacy  Encryption  Know how public key encryption works for sending secure messages  Dangers of Large Databases  DMCA  What is the advantage of digital over analog versions of information? Are there any disadvantages?

Homework Assignments 15 points You will NOT have to do a circuit diagram or truth table. Do each assignment and understand what you did. Remember something about the assignment details. For example, “I imported a plain text file into Google Docs.” Remember what tools you used for what task. You will not have to know the details of what key or menu item to use for a specific task. Do each assignment and understand what you did. Remember something about the assignment details. For example, “I had to figure out the mileage by car and by foot to my elementary school.” Remember what tools you used for what task. You will not have to know the details of what key or menu item to use for a specific task.

How to Study  Look at old exams.  Do the lab assignments (especially the Spreadsheet assignment).  Know the vocabulary and acronyms, what they stand for and what they mean.  SLEEP!!!

What to bring  Pencils and erasers  We will provide scratch paper  You can use a calculator, but leave the cell phones in the bag! Hint: Take the exam backwards. Many times questions from the back of an exam will help with questions at the beginning.