Quiz Review, CPSC 110, Some
things you should know:
This is NOT an all
encompassing list, but it should help.
- Your Name, Your ID, Your Section Number
- DOS directory structures (and how to
read the diagrams associated with them)
- DOS commands and how to use them (VERY IMPORTANT).
- format
- type
- cd
(change directory)
- mkdir or md (make directory)
- rmdir or rd (remove directory)
- copy
(copy one file to another)
- move (move one file to another)
- rename
- del or erase (a file)
- dir
(directory listing)
- cls (clear screen)
- diskcopy
- diskcomp
- others not listed here
- DOS wildcards (*, ?) and how to use them
with DOS commands.
- What is the root directory?
- Examples of high and low level
languages.
- Some common definitions , examples and
how to use:
- program, programming languages
- algorithm
- source code
- hard copy of code (printout)
- hardware, software
- input, output devices, CPU, main
memory, secondary memory
- binary numbers
- data (is different from a program how?)
- 3 types of errors (part of chapter 3 –
but should be discovered in lab)
syntax, runtime, logical
- How to use Turbo Pascal in the labs
(VERY IMPORTANT).
Many subtopics such as:
- How to start Turbo Pascal in the labs.
- How to enter and run a program.
- How to view the output screen in Turbo
Pascal.
- How to save a program.
- What a full and relative path are.
- Blaise Pascal was who? Niklaus Wirth was who? Charles Babbage
is who? Ada Augusta is who?
- When a program is being run (executed)
it is stored in MAIN memory.
- What pseudo code is.
- Number of bits in a byte.
- Number of bytes in a kilobyte.
- This class is about Problem Solving (in
a structured way (using Turbo Pascal) ).
- What are reserved words? What are
identifiers? What are variables? Give examples.
- Variables are one type of identifier,
what does this have to do with the Name of a program?
- What are some data types in Turbo
Pascal? Give examples of usage.
- Read, Readln, Write, Writeln are what?
How do you use them?
- What are statements in Pascal?
- So far what is the layout of a Pascal
program?
- What is an expression in Pascal?
- Other things talked about in class
and/or in lab and/or in Chapter 1 to 3 (mostly 1 and 2).
(focus mostly on 1 through 16, 17 – 23 may be briefly mentioned)