English Grammar and Travel Vocabulary Practice

English Grammar: Sentence Transformation

Rewrite the sentences:

  • d. Experts report that electric cars will dominate the market by 2035.
    → It is reported that electric cars will dominate the market by 2035.
  • e. They must check all the luggage before boarding.
    → All the luggage must be checked before boarding.
  • f. They say that the city has improved significantly.
    → It is said that the city has improved significantly.

Error Correction Exercises

  • a. Her ticket booked by her travel agent last week.
    → Her
Read More

PPS SEMII

1. Short note on String

A String is a one-dimensional array of characters terminated by a null(‘\0’). Each character in the array occupies one byte of memory, and the last character
must always be null(‘\0’). The termination character (‘\0’) is important in a string to identify where the string
ends. 

Syntax:

charstring_name[size];

char name[10]; [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] 

 name[10           D A    R    S   H   A   N \0 

Declaration and Initialisation


You can declare and

Read More

Little Women: Analyzing Laurie and Jo’s Proposal Scene

The Story of Laurie and Jo

This movie clip depicts the story of Laurie and Jo. Throughout the scene, we see beautiful landscapes as they walk through a field, discussing their futures. Suddenly, Laurie proposes to Jo.

The Proposal and Rejection

First, the romantic Laurie confesses that he has always loved her and can no longer hide his feelings. Secondly, Jo rejects the proposal, arguing that they would be a disaster together, miserable, and unhappy. She insists that they would eventually regret being

Read More

SOC 222: Measuring the Social World Study Notes

SOC 222: Measuring the Social World

Key Concepts and Definitions

Population vs. Sample

  • Population: The entire group you want to study. Example: All students at UTM.
  • Sample: A subset of the population used to make conclusions. Example: 100 UTM students surveyed in the library.
  • Population Parameter: The true value in the population. Example: The actual percentage of all UTM students who cheat.
  • Sample Statistic: The estimate derived from the sample. Example: 15% of surveyed students admit to cheating.
  • Sampling
Read More

Spanish Tax System: Key Obligations and Accrual Dates

Spanish Tax System: Obligations and Accrual

Income Tax

  • Taxable Event: Worldwide income obtained by individuals.
  • Taxpayer: Spain resident individuals.
  • Accrual: December 31.

Corporation Tax

  • Taxable Event: Worldwide income obtained by companies.
  • Taxpayer: Spain resident companies.
  • Accrual: Last day of the tax year.

Non-Resident Income Tax

  • Taxable Event: Income obtained in Spain by non-resident individuals or companies.
  • Taxpayer: Non-resident individuals or companies.
  • Accrual: Depends on whether operations are
Read More

C Programming Fundamentals: Structure, Variables, and I/O

1. C Program Structure and Components

Input Section

  • Input Devices: Used to enter data into the computer system.
  • Converts human-understandable input into computer-controllable data.
  • The CPU accepts information from the user through these devices.
  • Examples: Mouse, Keyboard, Touch screen, Joystick.

Output Section

  • Output Devices: Used to send information from the computer to the outside world.
  • Converts data stored as 1s and 0s into human-understandable information.
  • Examples: Monitor, Printer, Plotter, Speakers.
Read More

Finite Element Method: Principles, Applications and Accuracy

Concept of FEM and Procedure

The Finite Element Method (FEM) is a numerical technique used to solve complex engineering problems by dividing a large system into smaller, simpler parts called finite elements.

Instead of solving the whole structure at once, FEM solves each small element and combines the results to get an approximate solution.

Procedure of FEM

  1. Discretization (Meshing): Divide the entire domain into small elements.
  2. Selection of Element Type: Choose suitable elements (1D, 2D, 3D).
  3. Derivation
Read More

Mastering Design Thinking and Engineering Methodologies

The Design Thinking Process

Design Thinking is a non-linear, iterative process used to understand users, challenge assumptions, redefine problems, and create innovative solutions. To illustrate this, let’s use the example of improving the commute experience for urban cyclists.


1. Empathize (Finding the Problem)

The first stage is about gaining an empathetic understanding of the problem you are trying to solve. This involves observing and engaging with people to understand their experiences and motivations.

Read More

Computer Networking Fundamentals: Protocols and Security

Unit 1: Basics and Topology

Computer Network

A computer network is a system of interconnected devices that communicate and share data using communication protocols.


Basic Terms

  • Node: Any device connected in a network.
  • Protocol: Rules for communication (e.g., TCP/IP, HTTP).
  • IP Address: Unique number assigned to each device.
  • DNS: Converts domain names into IP addresses.
  • Firewall: Protects the network from unauthorized access.

Types of Networks

  • PAN: Connects personal devices within a short range.
  • LAN: Small area
Read More

Office Management and Accounting Exam Questions

Very High Frequency Questions

  1. Define office in one sentence.
  2. Explain the role of an office assistant.
  3. Explain the functions of an office assistant.
  4. Define office resources.
  5. Explain the types of office resources.
  6. Write the importance of office resources (5 short points).
  7. Write the meaning of accounting.
  8. What is the double-entry bookkeeping system?
  9. Define the double-entry system and explain its features (5 short points).
  10. Define a joint-stock company.
  11. List five differences between government and business accounting
Read More