CS Unit 3 Journal - Ava H
CS Unit 3 Journal - Ava H
Unit 3 Lesson 1
Prompt 1: What are apps? How do we interact with them? What kind of
things do apps do?
~Apps are online programs that anyone is able to access
~We interact with them by socializing and connecting with others
online and or just playing games for enjoyment
~Program, provide entertainment, allow people to communicate,
create
Vocab:
User Interface- the inputs and output that allow a user to interact with a
piece of software. User interfaces can include a variety of forms such as
buttons, menus, images, text, and graphics
Input- data that is sent to a computer for processing by a program. Can come
in a variety of forms, such as tactile interaction, audio, visuals, and or text.
Output- any data that is sent from a program to a device. Can come in a
variety of forms, such as tactile interaction, audio, visuals, or text.
10/18/23
Unit 3 Lesson 2
Prompt 1: Think of your favorite/ most used non-social media
app.
I use Spotify the most, I like always listening to music, it
calms me, helps me focus, etc.
~The inputs are for example searching up a song and clicking on a
specific song to play
~The output is when the data is processed quickly, and the
song plays
10/20/23
10/26/23
Unit 3 Lesson 5
Two different ways for programs to run-
Sequential Programming: program statements run in order, from top to
bottom.
~ No user interaction
~ Code runs the same way every time
Event Driven Programming: some program statements run when
triggered by an event, like a mouse click or a key press.
~ Programs run differently each time depending on user interactions
10/31/23
Unit 3 Lesson 7
Documentation: a written description of how a command or piece of code
works or was developed
Comment: form of program documentation written into the program to be
read by people and which do not affect how a program runs
10/31/23
11/8/23