APCSA Week 1 Questions

¡Supera tus tareas y exámenes ahora con Quizwiz!

What is the exception that is thrown to warn programmers about arithmetic errors in their code?

ArithmeticException

Which is the primitive type? String / Char

Char

If a program is contained in public class MyProgram{}, what is the file name of this program?

MyProgram

What is a data type made by programmers that often use primitive types?

Reference Types

Which is the reference type? String / Char

String

What is the correct way on the same line in Java?

System.out.print

What is the correct way of printing on a new line in Java?

System.out.println("string")

Determine data type: false

boolean

What are primitive types to programming languages?

building blocks

Variable names are "____ sen____ve"

case sensitive

alter the declaration so that it's value cannot be altered: int numApples = 5;

final int numApples = 5;

Determine data type: 5

int

Write the word "numapplesinbasket" in lower camel case.

numApplesInBasket

What is the correct syntax for writing the main method in Java?

public static void main(String[] args){}

The order of operations starts with "p____th_s_s, ___one_ts, m___ipli_______ and ________, ___ition and ______ction."

starts with parentheses, exponents, multiplications and division, addition and subtraction.


Conjuntos de estudio relacionados

Chapter 59 Assessment and Management of Patients With Male Reproductive Disorders

View Set

MCAT - Psychological, Social, and Biological Foundations of Behavior (Missed Questions)

View Set

Varcarolis Ch 27 Anger, Aggression, and Violence

View Set

Chapter 5: Checkpoints, CSCI Ch 5 (iteration), Hogan Chapter 5

View Set

Module 16 - 17 (Building and Securing a Small Network)

View Set

Sayles Check your understanding (Chapter 17-21)

View Set

Life and Health Ch 7 Fed Tax Considerations and Retirement Plans

View Set