Want to create interactive content? It’s easy in Genially!

Get started free

Lesson 9 _ development

soniamirely

Created on June 18, 2024

Start designing with a free template

Discover more than 1500 professional designs like these:

Transcript

LESSON 9

DEVELOPMENT

Sonia Aviles

Back

VOCABULARY

Home

-Do you recognize these stages? -What are they for? -Put the stages in the best order.

Back

READING

Inicio

Read the interview and answer... Which stages from the previous slide does Jess Wong mention?

Back

1. Why does Jess talk to the client at the beginning of the process? 2. Why are the interviews sometimes difficult? 3. What does the specification document contain, besides writing? 4. Why does the analyst want the client to check the specification document?

Reading Comprehension

Home

Read again and answer the questions:

Back

approve

DEFINITIONS

detail

Home

interview

analyse

debug

Complete these definitions with the words in the box. Use the stages and interview to help you.

1. All separate features and pieces of information about something. ________________2. To think about something very carefully; step by step. _________________ 3. Officially say that you are happy with something. ___________________ 4. To ask someone questions formally in order to find out information. _________________ 5. To find problems in a computer program and correct them. ___________________

What makes a website easy or difficult to use? What makes it interesting? How easy is it to find things in your company's website? What makes a website look good? What makes the website of your company look good or bad?

DESIGN AND ARCHITECTURE

Home

Back

THINK AND ANSWER...

Back

Reading comprehension II

Home

Read and answer: What do you think a fan site is? Was the project succesful? How do you know?

1. accesible by anyone (p2) 2. information, images, video,etc; on a website or in an application (p2) 3. better or more expensive than others (p2) 4. two or more things that are used together (p3) 5. that can be used in many different ways (p3) 6. things that are difficult to do (p4) 7. possible to see (p4) 8. position on page of search results (p4)

Back

Find the words that match the definitions:

VOCABULARY

Home

Back

Take a look in the chart.

GRAMMAR

Inicio

PASSIVE VOICE 1. 2. 3. 4. 5.

ACTIVE VOICE 1. They found the problem. 2. The customer requires a dynamic, exciting website. 3. We used PHP for this website. 4. People can watch videos on this website. 5. People can download useful PDFs from this website.

Back

3rd grade / Group A

Home

Follow the structure of passive voice and change the sentences into passive:

Back

What was done to create the website? Complete this email, use passive voice!

GRAMMAR

Inicio

Back

Look and answer! Find an example of a constant in the code. What do you think the value of X is, after the third instruction.

Software development

Inicio

Back

Listening!

Home

Listen to the audio 38 about a conversation between 2 programmers about this code that controls a robot using a mobile phone. Then, number the variables in the order they are explained. g_Turn k_Press g_Move

Listen to the second part of the conversation between 2 programmers (audio 39). Which lines of code are they talking about?

Listening and writing!

Home

Back

Listen again and answer! 1. If g_Move has the value 0, the robot ____________. 2. If g_Turn has the value 0, the robot _____________. 3. If you press "X" on the phone, key_Press has the value ___________.

Example: "a" makes the robot go forward.

GRAMMAR: MAKE AND CAUSE

Home

Back

Look at the meaning of this programming instructions. Use "make" and "cause" to explain how each of the instructions controls information. 1. cout: sends out information to the screen. 2. cin: takes input from the keyboard. 3. rename: changes a filename 4. exit: stops a program 5. time: returns the number of seconds since midnight on 1 January 1970 6. remove: deletes a file