Shared Flashcard Set

Details

IIT Final Exam Review
Only for Mr. Olvera's class... I'm not sure if Miss Flint's is the same.
91
Computer Science
9th Grade
05/20/2008

Additional Computer Science Flashcards

 


 

Cards

Term
Which menu do you use to find the options "print", "page setup", and "save as" in Microsoft Word?
Definition
File menu
Term
Which menu do you use to find the options "cut", "paste", "copy", and "replace" in Microsoft Word?
Definition
Edit menu
Term
Which menu do you use to find the options "header/footer", and different toolbar options in Microsoft Word?
Definition
View menu
Term
Which menu do you use to insert a page number or a picture in Microsoft Word?
Definition
Insert menu
Term
Which menu do you use to change a font or add a border in Microsoft Word?
Definition
Format menu
Term
Which menu do you use to check spelling or use the thesaurus in Microsoft Word?
Definition
Tools menu
Term
Which menu do you use to insert/make a table in Microsoft Word?
Definition
Table menu
Term
Name a few different things you could use the Word program for.
Definition
Typing documents, essays, reports, tables, flyers, alternate program for Excel, alternate program for Photoshop, alternate program for certain Publisher programs, etc.
Term
Name a few different things you can use the Excel program for.
Definition
Tables, timesheets, finance and business sheets, graphs, etc.
Term
Write a formula for adding columns A1 and A10 together in Microsoft Excel.
Definition
=sum(A1:A10)
Term
Write a formula for multiplying cells C1 and C2 in Microsoft Excel.
Definition
=C1*C2
Term
Write a formula for dividing cell A5 by cell D6 in Microsoft Excel.
Definition
=A5/D6
Term
Write a formula for averaging cells A1 through A5 in Microsoft Excel.
Definition
--WARNING: INCOMPLETE ANSWER--

The only method I know, which isn't a formula that can be used in Excel, is to add the numbers from the cells together and divide by the number of cells. If you know the actual formula, please EMAIL ME!

Term
What types of graphs can be made in Excel?
Definition
Column, bar, line, scatter, pie, etc.
Term
When letters are typed into Excel cells, to which side are they aligned?
Definition

Left

Term
When numbers are typed into Excel cells, to which side are they aligned?
Definition

Right

Term
How do you widen a column in Microsoft Excel?
Definition
Click and drag the lines next to the letters that label the columns at the top of the page.
Term
How do you copy a formula from a column into another column in Microsoft Excel?
Definition
Highlight the formula, press Ctrl+C, then click on another column and press Ctrl+P.
Term
How do you add two decimal spaces so that 5 becomes 5.00 in Microsoft Excel?
Definition
Click the "increase decimals" button twice.
Term
Name the six steps to writing a program.
Definition
1.) Find a problem.
2.) Write a plan.
3.) Write the plan in code.
4.) Compile the program.
5.) Execute/run the program.
6.) Debug/test.
Term
Name three rules that state what you can NOT do when naming a program in JAVA.
Definition
1.) The name MUST start with capital letter; no lowercase letters, numbers, or symbols.
2.) No reserved/programming words can be used ANYWHERE in the name.
3.) No spaces can be in the name.
Term
What are the ONLY TWO SYMBOLS that are allowed in JAVA program names?
Definition
Underscores (_) and dollar signs ($).
Term
Which of the following names are LEGAL names for programs in JAVA?
a) La_la
b) $Money
Definition
a) La_la
Term
What is the acronym that helps you remember the order of operations of math problems in programming?
Definition
PEMDAS (Parenthesis, Exponents, Multiply/Divide, Add/Subtract)
Term
If the following math problem were included in programming instructions, what would the answer be?
(21-5)/2*2+3
Definition
19
Term
What is the data type "int" used for in programming?
Definition
integers (all whole numbers)
Term
What is the data type "double" used for in programming?
Definition
numbers with decimals (ex: 3.67)
Term
What is the data type "char" used for in programming?
Definition
single characters (SINGLE letters in single quotes. ex: 'a')
Term
What is the data type "string" used for in programming?
Definition
words or phrases (MUST be in double quotes. ex: "I love chocolate."
Term
What is the data type "boolean" used for in programming?
Definition
simple answer choices (ex: true or false; a, b, c, or d)
Term
What data type would you use for the following item?
145
Definition
int
Term
What data type would you use for the following item?
"hello, world"
Definition
string
Term
What data type would you use for the following item?
'j'
Definition
char
Term
What data type would you use for the following item?
false
Definition
boolean
Term
What data type would you use for the following item?
9.06
Definition
double
Term
Correct the following programming instruction line:
System.out.println(My name is Jenni.);
Definition
System.out.println("My name is Jenni.");
(Add in double quotation marks around the text.)
Term
Correct the following programming instruction line:
Public Class Jenni
Definition
public class Jenni
(The 'p' and 'c' are lower case.)
Term
Correct the following programming instruction line:
char color='blue';
Definition
string color="blue";
(Char was the incorrect data type, and the word blue needed double quotations.)
Term
What is the function of a compiler?
Definition
A compiler converts programming language code (the instructions we type) into machine language (language the computer uses to understand your instructions).
Term
What is the following statement a definition for?
"A set of instructions that the computer follows."
Definition
program
Term
What is the following statement a definition for?
"The rules of a program's language."
Definition
syntax
Term
Give an example of a higher-level programming language THAT WE USED IN CLASS!
Definition
JAVA
Term
In Adobe Photoshop, what is the default background color?
Definition
white
Term
In Adobe Photoshop, what is the default text color?
Definition
black
Term
In Adobe Photoshop, what is the purpose of the 'crop' tool?
Definition
It cuts pieces off of the edges of pictures to size pictures down while also editing out unneeded pieces of the photo.
Term
In Adobe Photoshop, what does the paint bucket do?
Definition
The paint bucket recolors all of the same-colored pixels that touch the one you click.
Term
In Adobe Photoshop, when would you use the gradiant tool?
Definition
You would use the gradiant tool when you want to blend colors.
Term
In Adobe Photoshop, which lasso tool fits snuggly around the picture?
Definition
The magnetic lasso tool fits snuggly around the picture.
Term
In Adobe Photoshop, how do you make a picture darker?
Definition
Right click; click "blending options"; go to "blend mode"; select "darken"
Term
In Adobe Photoshop, how do you turn an image upside down?
Definition
Select the image; click the "image" menu; click "flip canvas horizontal"
Term
In Adobe Photoshop, how do you resize a picture?
Definition
Select the picture; click "free transform"; pull the picture out to desired size with cursor
Term
In Adobe Photoshop, what does "motion blur" do?
Definition
It blurs a picture to make it look like something in the picture is moving.
Term
What are two effects you find under the "filter" menu in Adobe Photoshop?
Definition
Blur, artistic, brush strokes, video, etc.
Term
In Adobe Photoshop, what is the 3 letter file extension when you save a picture? (Ex: In Microsoft word, the 3 letter file extension is .doc)
Definition
.psd
Term
What is the purpose of Flash?
Definition
It makes images move.
Term
What is the area where you create the animation in Flash called?
Definition
Layer or Frame
Term
What is the timeline in Flash used for?
Definition
It shows where different frames of the animation are.
Term
What is the purpose of a frame in Flash?
Definition
They allow you to place objects where you want them.
Term
How do you create a layer in Flash?
Definition
Click "insert layer".
Term
How do you review (watch) a movie you're creating in Flash?
Definition
Click "control"; Click "test movie".
Term
If you only want to make changes to a certain area in the "stage" of a Flash film, how can you do it?
Definition
Click on the layer or frame and edit.
Term
In Flash, what is the 3 letter file extension when you save a film? (Ex: In Microsoft word, the 3 letter file extension is .doc)
Definition
.fla
Term
How do you add sound to Flash?
Definition
Select the "file" menu, click "import library", click "window menu", click "library", choose the sound and drag it to the stage.
Term
How do you add an object to Flash?
Definition
Select the "file" menu, click "import library", click "window menu", click "library", choose the object and drag it to the stage.
Term
How can you add motion to your animation?
Definition
You add motion with a motion tween.
Term
How many frames must you make in order to make a one-second animation in Flash?
Definition
12
Term
How do you change the background color of a Flash animation?
Definition
Click "properties", click "background" and change the color.
Term
Name a career you could go into after learning Java.
Definition
Programmer, software design, etc.
Term
Name a career you could go into after learning Dreamweaver.
Definition
Web designer, advertising, etc.
Term
Name a career you could go into after learning Photoshop.
Definition
Photographer, modeling agency, photo journalist/editor, etc.
Term
What is the purpose of working as a team?
Definition
You work together to accomplish a specific goal.
Term
What benefits do you gain from working as a team?
Definition
You can share ideas, complete projects on time while working together, and gain success.

(*GAG* I'm sorry, that was Mr. Olvera's answer, NOT mine! I mean, c'mon, "What do you gain from working as a team? Success!" What a LAME motivational speech!)

Term
What is the "key ingredient" to dealing with a client?
Definition
Communication
Term
Why do you create a roadmap to complete a project?
Definition
It keeps members on track, and shows checkpoints to meet so you can keep your deadline.
Term
When you first meet a potential client, what is the FIRST thing you should do?
Definition
Shake their hand and give them a business card.
Term
What is something you should NOT do while working on a job?
Definition
You shouldn't goof off or mess around until the deadline is met.
Term
If faced with a client demanding better service from your company, what should you do?
Definition
Reassure the client that you will fix the problem, and then try to fix the problem. If you don't know the answer, ask for help from someone else.
Term
If you have a problem finishing a project, what should you do?
Definition
Ask for help to finish.
Term
What percent of an interview is based on facial expression?
Definition
55%
Term
What percent of an interview is based on tone of voice?
Definition
39%
Term
What percent of an interview is based on what you have to say?
Definition
7%
Term
What should you NEVER wear to an interview?
Definition
Perfume/cologne, jeans, open-toed shoes, tennis shoes/sneakers, socks with a color that doesn't match your other clothes.
Term
What colors should a woman wear to an interview?
Definition
Dark colors; preferably black or navy
Term
How much makeup should women wear to interviews?
Definition
The makeup should be subtle.
Term
How should you greet the interviewer and staff at the company you are being interviewed with?
Definition
Be friendly and confident, and make eye contact. Don't forget to shake their hands and hand out business cards!
Term
For how long should you make eye contact with the interviewer?
Definition
Through the WHOLE interview!
Term
How should you prepare for an interview?
Definition
Have a resume ready, rehearse (but don't over-rehearse), and be prepared for the questions they'll ask.
Term
When should you ask for benefits and the salary of the job?
Definition
AFTER they have offered you the job. If you ask before then, you seem overconfident and conceited, like you know for sure that you've already landed the job.
Term
What should you do when an interview is over?
Definition
Ask the interviewer(s) for their business card(s).
Term
When should you write a thank you letter to the company that interviewed you?
Definition
24-48 hours after the interview
Term
When should you contact the company or do a follow-up on the position you were interviewed for?
Definition
About 10 days after the interview, to see if the position is still available, and to make sure they know that you're still interested.
Supporting users have an ad free experience!