ICT

Cards (24)

  • Block Programming - considered as the best way to learn programming as a beginner because of its drag-and-drop feature and it predefined library of blocks of codes.
  • User Interface - components that are the building blocks of an application.
  • Scratch - The users create interactive and animated stories using this approach teaches beginners the required logical and computational thinking skills, which are essential in programming.
  • App. Inventor 2 - a web-based application development environment that focuses on creating applications for mobile devices.
  • Horizontal Scroll Arrangement - used if you want to place the components horizontally, and if you want to allow the users to scroll to the left and to the right of the screen.
  • Initialize block - To make a music play in the background after opening the application, select Screen1 from the components and choose the _.
  • Animation - makes the application more lively and unique as it creates a distinct look.
  • Player - Since background music is longer than sound effects, you can use a player.
  • Critical thinking and Logical Skills - These skills will help you provide solutions to machine problems that you might encounter along the way.
  • Control Blocks - the data structure used by operating systems to store all information about a process.
  • Animation - a series of drawings or frames that creates an illusion of movement.
  • MinimumInterval - attribute tells you how long the sound plays in milliseconds.
  • MinimumInterval - attribute tells you what sound to play by indicating the sound file.
  • Arrangement - tells how the app will look by its graphic design, typography, and color.
  • Sounds Play - evokes emotional response and cues the mood of what is going on in the screen, making the audience relate more on what they are doing.
  • Sounds Play - has the big role in engaging users to use an application.
  • Background music - music that sets the mood of what is being displayed on the screen.
  • Sound Effect - This sound acts as a cue and creates a dramatic presentation for the components.
  • Animation - a series of drawings or frames that creates an illusion of movement.
    • Contributes to engaging the users. Seeing the objects move on the screen sparks their interest.
  • Canvas - refers to the component that allows the integration of animation.
    • series of images creates an illusion of movement.
  • Image sprite Component - In the canvas, we will show the text version of each color as it moves horizontally from left to right. To do this, we need to add an _ .
  • Procedure - Adding animation may require multiple blocks for it to work. To group these blocks together, we are going to use _.
  • Sound Effect - this effects adds cues and improves the emotional response of the user to an application.
  • Built-In Blocks available in the Blocks Editor:
    Control blocks
    Logic blocks
    Math blocks
    Text blocks
    Lists blocks
    Dictionaries blocks
    Colors blocks
    Variables blocks
    Procedures blocks