PreAP Computer Science Quiz

Slides:



Advertisements
Similar presentations
Exposure C++ Chapter XVI C++ Data Structures, the Record.
Advertisements

PreAP Computer Science Quiz
AP Computer Science DYRT Quiz Key
Chapter 9: Subprogram Control
By: HER AND ME. What do the following things have in common: an address book, a telephone directory, a list of family birthdays, and a catalog of DVDs?
PreAP Computer Science Quiz
PreAP Computer Science Quiz
Review of Simple/Primitive Data Types A simple/primitive data type can store only one single value. This means an int can only store one integer. A double.
PreAP Computer Science Quiz
PreAP Computer Science Quiz
First Data Structure Definition A data structure is a data type whose components are smaller data structures and/or simple data types.
Computer Science Reading Quiz 6.2 (Sections )
PreAP Computer Science Review Quiz 08 Key
PreAP Computer Science Quiz Key
Working with Arrays in MATLAB
Asia Map Quiz Name: ______________________
Momentum is a vector quantity. A.True B.False. The SI units of momentum are A. momenta. B. quanta. C. Newtons. D. Newton seconds. E. not defined.
PreAP Computer Science Quiz
AP Computer Science DYRT Quiz Key
Mass # atomic # protons + neutrons = protons = Atomic Symbols.
Based on an earlier presentation made at the BCLA Annual Conference in 2010 Prepared for Pan-Canadian RDA Training by: Linda Woodcock, Technical Services.
Take out a piece of paper and PEN. The quiz starts ONE minute after the tardy bell rings. You will have 45 – 90 seconds per question. Determine the output.
PreAP Computer Science Quiz Key
Lesson No: 4 Classification of Computer, Language Memory
AP Computer Science DYRT Quiz
Take out a piece of paper and PEN.
PreAP Computer Science Quiz
1. 2  Introduction  Array Operations  Number of Elements in an array One-dimensional array Two dimensional array Multi-dimensional arrays Representation.
Chemistry 1/27/14 1/27School closed 1/281 st semester Reflection Building a grocery store TB p. 5-6 HW: TB p. 6 # 1-4 1/29 Elements properties TB p 7-9.
Take out a piece of paper and PEN.
PreAP Computer Science Quiz Take out a piece of paper and PEN. The quiz starts ONE minute after the tardy bell rings. You will have 30 – 60 seconds.
Managing your research: Citation Management Systems Scott Johnston University of Victoria.
Arrays (Chapter 5)‏ Definition Applications One-Dimensional –Declaration –Initialization –Use Multidimensional.
AP Computer Science DYRT Quiz
Chapter 2 Analyzing Transaction into Debt and Credit Parts.
Take out a piece of paper and PEN. The quiz starts TWO minutes after the tardy bell rings. You will have 30 seconds per question. Exposure Java 2014 for.
Science Test CFA 07 Common Formative Assessment Test Instructions:
How do computers work? Storage.
Pre-AP® Computer Science Quiz Key
Pre-AP® Computer Science Quiz
Take out a piece of paper and PEN.
Science Test CFA 07 Common Formative Assessment Test Instructions:
PreAP Computer Science Review Quiz 08
Science OBJ 31 Gravity-Mass and Distance Quiz Instructions:
PreAP Computer Science Quiz Key
Take out a piece of paper and PEN.
Click on the icon above to hear the narration.
PreAP Computer Science Quiz
Click on the icon above to hear the narration.
Take out a piece of paper and PEN.
Take out a piece of paper and PEN.
Click on the icon above to hear the narration.
Science Test CFA 04 Common Formative Assessment Test Instructions:
Click on the icon above to hear the narration.
Take out a piece of paper and PEN.
AP Computer Science DYRT Quiz
Click on the icon above to hear the narration.
Take out a piece of paper and PEN.
Click on the icon above to hear the narration.
Science Test CFA 07 Common Formative Assessment Test Instructions:
Database SQL.
Click on the icon above to hear the narration.
Click on the icon above to hear the narration.
Click on the icon above to hear the narration.
Independent Variables Click on the icon above to hear the narration.
Click on the icon above to hear the narration.
Pre-AP® Computer Science Quiz
Science Test CFA 06 Common Formative Assessment Test Instructions:
Click on the icon above to hear the narration.
Presentation transcript:

PreAP Computer Science Quiz 11.01- 02 Take out a piece of paper and PEN. The quiz starts ONE minute after the tardy bell rings. You will have 30 or 45 seconds per question.

Title the quiz as shown below The quiz starts in ONE minute. Name Period Date Quiz 11.01-02 1. 8. 2. 9. 3. 10. 4. 11. 5. 12. 6. 13. 14. EC.

Question 01 Which of the following is a primitive data type? int double char boolean All of the above

Question 02 A primitive data type is any data type that can store one value only. more than one value. numbers only. letters only.

Question 03 A data structure is any data type that can store one value only. more than one value. numbers only. letters only.

Question 04 Which is the first historical data structure? array record stack file

Question 05 The language FORTRAN introduced the array. record. stack. file.

Question 06 The language COBOL introduced the array. record. stack. file.

Question 07 An array is a data structure that stores elements of the same data type. Every element can be accessed directly. stores elements of the same data type. Elements can only be accessed at one end in a LIFO manner. stores elements of the same or different data types. allows transfer between internal and external storage.

Question 08 A record is a data structure that stores elements of the same data type. Every element can be accessed directly. stores elements of the same data type. Elements can only be accessed at one end in a LIFO manner. stores elements of the same or different data types. allows transfer between internal and external storage.

Question 09 A file is a data structure that stores elements of the same data type. Every element can be accessed directly. stores elements of the same data type. Elements can only be accessed at one end in a LIFO manner. stores elements of the same or different data types. allows transfer between internal and external storage.

Question 10 A stack is a data structure that stores elements of the same data type. Every element can be accessed directly. stores elements of the same data type. Elements can only be accessed at one end in a LIFO manner. stores elements of the same or different data types. allows transfer between internal and external storage.

Question 11 A one-dimensional array is frequently called a file. matrix. record. stack. vector.

Question 12 A two-dimensional array is frequently called a file. matrix. record. stack. vector.

Question 13 A class is a ______ that can also store methods. file matrix record stack vector

Question 14 Without the _______ data structure, it would be impossible to save anything for later use. file matrix record stack vector

Extra Credit In the improved data structure definition what characterizes a data structure? The amount of data stored The type of data stored The order of the data stored The manner in which data is stored and retrieved