Intro to Computer Science Final Exam 2025

Intro to Computer Science Final Exam 2025

8th Grade

48 Qs

quiz-placeholder

Similar activities

Unit 9: Solving Quadratic Equations Unit Test

Unit 9: Solving Quadratic Equations Unit Test

8th Grade

48 Qs

The South Test Review

The South Test Review

8th Grade

48 Qs

INVESTING FINAL  25

INVESTING FINAL 25

8th Grade - University

50 Qs

Soccer

Soccer

8th Grade

43 Qs

2024 Midterm Review

2024 Midterm Review

8th Grade

53 Qs

History of Computing and Data Models Quiz

History of Computing and Data Models Quiz

8th Grade

51 Qs

Science Final Exam Sem. 1

Science Final Exam Sem. 1

6th - 8th Grade

52 Qs

Summative Test in Baking and Pastry

Summative Test in Baking and Pastry

8th Grade

50 Qs

Intro to Computer Science Final Exam 2025

Intro to Computer Science Final Exam 2025

Assessment

Quiz

others

8th Grade

Medium

Created by

Tami Mackenroth

Used 4+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
1) What would be the output of running the following code (assuming all import statements are present)?
Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

2) What attribute do we need to set to ‘center’ in the styleSheet if we want the items inside to be centered vertically? (Assume flexDirection is set to column)
height
alignItems
justifyContent
The default is for items to be aligned vertically, so no additional attribute is needed.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
3) What line of code would need to be included on line 32 in order to create the following phone output?
justifyItems: 'center'
alignItems: 'center'
justifyContent: 'center'
alignContent: 'center'

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
4) What would be the output when the following code is run?
Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
5) What attribute(s) are missing from the container stylesheet below in order to produce the following output?
justifyContent: 'center' AND alignItems: 'center'
justifyContent: 'center' AND flexDirection: 'column'
alignItems: 'center' AND flexDirection: 'row'
flexDirection: 'row'

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

6) What attribute changes the font color of text?
backgroundColor
textColor
fontColor
color

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

7) What is the difference between fontWeight and fontSize?
fontWeight controls the boldness of the text while fontSize controls how large or small each character is.
fontWeight is used to make text italic while fontSize is used to make text bold.
fontWeight controls how large or small each character is while fontSize controls the boldness of the text.
fontWeight controls the boldness of the text underline while fontSize controls how large or small each character is.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?