Computer
Computer
Key Concepts:
● Text Formatting: Adding ingredient lists, instructions, and titles using different fonts, sizes, and colors.
● Images and Graphics: Using pictures of ingredients, step-by-step images, or icons to illustrate steps.
● Layout and Design: Organizing content using text boxes, tables, or design tools for a clean and appealing
look.
● Digital Tools: Software like Microsoft Word, PowerPoint, Canva, or Photoshop for designing.
● Saving & Exporting: Saving in formats like JPEG, PNG, or PDF for sharing and printing.
Key Concepts:
● Cells, Rows, and Columns:
○ Row: Horizontal group (numbered 1, 2, 3…).
○ Column: Vertical group (labeled A, B, C…).
○ Cell: Intersection of row and column (e.g., A1, B3).
● Basic Formulas:
○ Addition: =A1+B1
○ Subtraction: =A1-B1
○ Multiplication: =A1*B1
○ Division: =A1/B1
○ Sum: =SUM(A1:A5)
○ Average: =AVERAGE(A1:A5)
● Data Formatting:
○ Changing text size, bold, color.
○ Formatting numbers as currency, percentage, date.
● Sorting & Filtering:
○ Sorting data (ascending/descending order).
○ Filtering data based on criteria.
● Charts and Graphs:
○ Creating bar graphs, pie charts, and line graphs from data.
3. Scratch Programming
Scratch is a block-based programming language used for making animations, games, and interactive projects.
○
● Loops:
○ Forever Loop: Runs forever until stopped.
○ Repeat Loop: Runs a fixed number of times.
●
3.4 Operators
Operators are used for calculations and comparisons in Scratch.
● Mathematical Operators:
○ + (Addition), - (Subtraction), * (Multiplication), / (Division)
○ Example: set score to (5 + 3) → Result: 8
● Comparison Operators:
○ Used for decision-making (returns true or false).
○ = (Equal to)
○ < (Less than)
○ > (Greater than)
● Logical Operators:
○ AND (Both conditions must be true)
○ OR (At least one condition must be true)
○ NOT (Reverses the condition)
1. The process of combining text, images, and design elements to create an engaging document is called
_________.
2. The best file format for sharing high-quality images on the web is _________.
3. To enhance readability, it is important to use _________ fonts for headings and _________ fonts for body
text.
4. A vector image format that is best for scalability is _________.
5. The resolution of an image is measured in _________ per inch (PPI/DPI).
Scratch Programming
Fill in the Blanks (FIB)
1. In Scratch, the block used to start the program when clicked is _________.
2. A variable is used to _________ data in a Scratch program.
3. The block ‘forever if’ is an example of _________ looping.
4. To repeat an action a fixed number of times, we use the _________ loop block.
5. The _________ operator in Scratch is used for checking equality.