PreAP Computer Science Quiz

Slides:



Advertisements
Similar presentations
In Review JAVA C++ GUIs - Windows Webopedia.com.
Advertisements

JAVA Programming Environment © Juhani Välimäki 2003.
Introduction To Java Objectives For Today â Introduction To Java â The Java Platform & The (JVM) Java Virtual Machine â Core Java (API) Application Programming.
Java Basic Training HaiNH - FQA. Agenda Introduction to Java Java Programming Environment Language Fundamental Object Oriented Programming with Java.
AP Computer Science DYRT Quiz Key
Object Oriented Programming in JAVA
What is a Programming Language? The computer operates using binary numbers. The computer only knows about 1’s and 0’s. Humans can also use 1’s and 0’s,
1 Programming Languages b Each type of CPU has its own specific machine language b But, writing programs in machine languages is cumbersome (too detailed)
CENG 161 Introduction to Computer Science Instructor: Dr. Nurdan SARAN Lab Assistant: Arzu Burçak Sönmez.
1 Focal Point and Images Light from a nearby object passes through a lens forming an image. Which of the following is true? a)The light is in focus at.
PreAP Computer Science Quiz
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate.
Advanced OOP MCS-3 OOP BSCS-3 Lecture # 1
Introduction to Java Tonga Institute of Higher Education.
Parts of a Computer Why Use Binary Numbers? Source Code - Assembly - Machine Code.
CSCI 224 Introduction to Java Programming. Course Objectives  Learn the Java programming language: Syntax, Idioms Patterns, Styles  Become comfortable.
An intro to programming. The purpose of writing a program is to solve a problem or take advantage of an opportunity Consists of multiple steps:  Understanding.
Chapter 1.4 Programming languages Homework Due: Monday, August 11, 2014.
PreAP Computer Science Quiz
FRST JAVA PROGRAM. Getting Started with Java Programming A Simple Java Application Compiling Programs Executing Applications.
Chapter 1: Introducing JAVA. 2 Introduction Why JAVA Applets and Server Side Programming Very rich GUI libraries Portability (machine independence) A.
PreAP Computer Science Quiz
© 2012 Pearson Education, Inc. All rights reserved. 1-1 Why Java? Needed program portability – Program written in a language that would run on various.
Introduction to C++ Programming Language
Computer Science Reading Quiz 6.2 (Sections )
PreAP Computer Science Review Quiz 08 Key
PreAP Computer Science Quiz Key
National Taiwan University Department of Computer Science and Information Engineering National Taiwan University Department of Computer Science and Information.
CT1513 Introduction To java © A.AlOsaimi.
+ Why program? Java I Fall 2015 Dr. Dwyer. + What do we use computers for? (desert island time – what computing application would you need to have on.
My clicker is working. (T/F/not sure). I’m a vegetarian. (T/F/not sure)
Chapter 1: Introducing JAVA. 2 Introduction Why JAVA Applets and web applications Very rich GUI libraries Portability (machine independence) A real Object.
A compiler is a computer program that translate written code (source code) into another computer language Associated with high level languages A well.
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 45 – 90 seconds per question. Determine the output.
By: Cheryl Mok & Sarah Tan. Java is partially interpreted. 1. Programmer writes a program in textual form 2. Runs the compiler, which converts the textual.
PreAP Computer Science Quiz
PreAP Computer Science Quiz Key
© 2012 Pearson Education, Inc. All rights reserved types of Java programs Application – Stand-alone program (run without a web browser) – Relaxed.
Take out a piece of paper and PEN.
Getting Started With Java September 22, Java Bytecode  Bytecode : is a highly optimized set of instructions designed to be executed by the Java.
PreAP Computer Science Quiz
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.
ITP 109 Week 2 Trina Gregory Introduction to Java.
AP Computer Science DYRT Quiz
Programming 2 Intro to Java Machine code Assembly languages Fortran Basic Pascal Scheme CC++ Java LISP Smalltalk Smalltalk-80.
Introduction to JAVA Programming
Introduction to 1. What is Java ? Sun Microsystems Java is a programming language and computing platform first released by Sun Microsystems in The.
Introduction to Algorithm. What is Algorithm? an algorithm is any well-defined computational procedure that takes some value, or set of values, as input.
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.
What Do Computers Do? A computer system is
Why don’t programmers have to program in machine code?
Topic: Difference b/w JDK, JRE, JIT, JVM
Introduction to.
Introduction to Java Dept. Business Computing University of Winnipeg
Pre-AP® Computer Science Quiz Key
Pre-AP® Computer Science Quiz
Take out a piece of paper and PEN.
PreAP Computer Science Review Quiz 08
PreAP Computer Science Quiz Key
Take out a piece of paper and PEN.
PreAP Computer Science Quiz
Take out a piece of paper and PEN.
AP Computer Science DYRT Quiz
Take out a piece of paper and PEN.
Review of Previous Lesson
Programming language translators
Presentation transcript:

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

Title the quiz as shown below The quiz starts in ONE minute. Name Period Date Quiz 02.03-06 1. 2. 3. 4. 5. 6. 7. 8. 9 10. E.C.

Question 01 The intermediate language used by the United Nations for translation is source code. English. Spanish. Chinese.

Question 02 The intermediate code used by Java for translation is source code. English. bytecode. machine code.

Question 03 A program is platform independent if it runs on a computer in any human language. the program can executes by itself. the source code created on one computer can run on any other computer. the computer speed is not important.

Question 04 What kind of translator is used by Java to translate Java source code into bytecode? An assembler A compiler An interpreter All of the above

Question 05 What kind of translator is used by Java to execute the program by translating the Java bytecode into machine code? An assembler A compiler An interpreter All of the above

Question 06 Which of these is required to create Java source code? A simple text editor A compiler A interpreter An advanced word processor, like Ms Word.

Question 07 True or False: If you want to install an IDE like JCreator, you must first install the JDK. True False

Question 08 Which of these is a Java program that executes in a stand-alone environment? An apple An applet An application JCreator JDK

Question 09 Which of these is a Java program that executes inside a webpage? An apple An applet An application JCreator JDK

Question 10 JCreator LE is an example of an Integrated Development Environment (IDE). free software. a program that assists in writing Java programs. all of the above.

jdk-7u3-windows-i586.exe Extra Credit Look at this file name: If you execute this program, what does it install? The JCreator IDE, version 3, update 586, for a Mac The JCreator IDE, version 3, update 586, for a PC The Java Development Kit, version 3, update 586, for a Mac The Java Development Kit, version 3, update 586, for a PC The JCreator IDE, version 7, update 3, for a Mac The JCreator IDE, version 7, update 3, for a PC The Java Development Kit, version 7, update 3, for a Mac The Java Development Kit, version 7, update 3, for a PC