Big Idea 1: Creative Development

Big Idea 1: Creative Development

9th - 11th Grade

14 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Post-Assessment: Intro to App Design

Code.org Unit 3 Post-Assessment: Intro to App Design

9th Grade

10 Qs

App Development review

App Development review

7th - 9th Grade

12 Qs

Media and Information Sources

Media and Information Sources

9th Grade - University

15 Qs

AZ-900 Module 1

AZ-900 Module 1

1st Grade - Professional Development

14 Qs

Technology, IT and ICT

Technology, IT and ICT

5th Grade - University

10 Qs

Social Media

Social Media

10th - 11th Grade

10 Qs

Quiz on Mobile Apps for Health Monitoring

Quiz on Mobile Apps for Health Monitoring

10th Grade

10 Qs

Artificial Intelligence

Artificial Intelligence

8th Grade - University

10 Qs

Big Idea 1: Creative Development

Big Idea 1: Creative Development

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Linda Henneberg

Used 376+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT a possible benefit of collaborative work on a software development project?

Creators can share ideas so the app can operate to its maximum capacity

The app development process will go faster since there are more people to work on it

Collaborators can bring different perspectives to the table that they can incorporate into their app

People supposed to work on the app can let others do all the work

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A student wants to create an app that allows for a user to create a group with other people and gain a list of nearby places to visit. Which of the following is LEAST likely to be an input that is provided by the user while using the app?

The user's location

The location of other members in the group

The amount of people in their group

A list of nearby places

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following allows for collaboration between students in different locations when working together to develop an application?

Having the students participate in several video conferences to share their progress and ideas

Having one student in charge of putting everything together while the others do not participate

Having each student create their own version of the application

None of these allows for students in different locations to collaborate on an application

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

When collaborating with a group for a project, what is NOT a positive effect of collaboration?

The ability to compare ideas

The diversity of ideas

Overabundance of ideas

Accountability

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A firm that develops advice giving applications plans to involve a groups of test users in the software development process. Which of the following is most likely a BENEFIT in having user feedback?

Users can review and provide technical solutions to the software's algorithms to improve accuracy.

Users provide code documentation at the end of the software development process.

Users can design potential released versions and work with the design team.

Users can provide general feedback that can be used by developers to incorporate different perspectives into the design process.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

PROCEDURE updatePrice (max)

{

price <-- 5

REPEAT UNTIL (price > max)

{

DISPLAY (price)

price <-- price + 2

Which of the following is the most appropriate documentation to appear with the updatePrice procedure?

Prints all positive odd integers that are greater than max.

Prints all positive even integers that are greater than max.

Prints all positive even integers that are less than or equal to max.

Prints all positive odd integers that are less than or equal to max.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

1. Look at the following code segment:

Number <--- 10

(While Number > 0

Number <--- Number-1)

Console.log (Number)

Which choice best explains how it functions?

The function subtracts the value 1 from the Number value of 10 until it reaches the value of 1 then the loop terminates and the console.log prints the value of Number which is 1

The function adds the value of 1 to the Number value of 0 until it reaches the value of 10 then the loop terminates and the console.log prints the value of Number which is 10

The function subtracts the value 1 from the Number value of 10 until it reaches the value of 0 then the loop terminates and the console.log prints the value of Number which is 0

a. The function subtracts the value 1 from the Number to display all odd numbers up to 10

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?