Publicidad:
Terra
La Coctelera

Notas del Examen Final de Inglés - Maestria UC

 Hello to everybody!!!

Hola chicos y chicas, espero estén bien.  I'm so sorry que no les pude publicar en la fecha estipulada, se me presentó un problema con el carro que me mantuvo algunos días metida de cabeza en un taller. Sorry again!!!

    CI                    Nota

15.274.516       16

14.664.584       12

14.860.591       12

15.489.985       18

13.127.452       12

10.751.317       16

15.403.901       17

12.138.074       15

11.988.558       12

14.829.421       20

14.664.569       17

12.857.079       18

14.430.828       17

14.943.796       16

6.034.340         12  

14.056.182       14

14.491.637       20

16.913.530      13

7.145.529        16

14.680.981      14

15.993.595      12

14.039.700      12

*** 13.356.824    18

*** 11.120.949    15

De mi parte, permítanme felicitarlos por su buen desempeño durante el curso y en el examen final.  Les animo a continuar hacia delante pese los obstáculos que puedan presentarse en el camino.

Gracias a TODOS por sus comentarios o evaluaciones escritas en el examen. Sus palabras me impulsan a continuar con las metas propuestas; tomare muy en cuenta sus sugerencias para mi aprendizaje personal y profesional. De verdad muchas gracias!!!

 Estoy a la orden el lo que pueda ayudar...

PD: Si en algún momento necesitan comuniarse, recuerden que pueden dejar sus comentarios por aquí, ok?

Ejercicio gerundios e infinitivos valor 5

Ejercicio de gerundios e infinitivos. Valor 5 %

LEE LAS SIGUIENTES ORACIONES, CADA ORACION CONTIENE DOS ESPACIOS: UNO ANTES Y OTRO DESPUES DE UN VERBO.

COMPLETA LAS SIGUIENTES ORACIONES CON “TO O ING” SEGUN CORRESPONDA. TOMA EN CUENTA LOS SIGUIENTES EJEMPLOS.

0.- I like _______ eat ing pizza.

00.- I hope to be _______ on time for the class.

1.- Microsoft is considering _______ develop _______ the new software.

2.- The government offers _______ increase _______ workers’ salary.

3.- Students can’t wait _______ be _______ on vacation, they are tired.

4.- Tourists want _______ travel _______ around the islands.

5.- President will discuss _______ set _______ new laws.

6.- Stop _______ talk _______!!! I want to sleep.

7.- Computer programmers keep on _______ design _______ programs to help users solve application problems.

8.- Employees pretend _______ call _______ a strike in the factory.

9.- You always putt off _______ tell _______ me the truth.

10.- Liz stops _______ eat _______ because she is hungry.

Verbos comunes seguidos por infinitivo.

Want

Need

Decide

Promise

Offer

Agree

Refuse

Seen

Appear

Pretend

Forget

Learn (how)

Try

(can’t) afford

(can’t) wait

Would like

Would love

Hope

Expect

Plan

Intend

Mean

Verbos comunes seguidos por un gerundio.

Enjoy: I enjoy working in my garden.

Finish: Bob finished studying at midnight.

Quit: David quit smoking.

Mind: would you mind opening the window?

Postpone: I postpone doing my homework.

Keep: keep working. Don’t stop.

Consider: I’m considering going to Hawaii.

Think about: I’m thinking about going to the beach.

Discuss: They discussed getting a new car.

Talk about: I talked about getting a new job.

*Stop: It stopped raining a few minutes ago.

*El objeto directo del verbo “stop” es un gerundio, no un infinitivo. INCORRECTO: It stopped to rain. Pero en circunstancias especiales, “stop” puede estar seguido de un por un infinitivo con un propósito: In order to = para. Ejemplo: while I was walking down the street, I dropped my pen. I stopped to pick it up. = I stop walking in order to pick it up.

Forma negative del gerundio: not+gerundio. I considered not going to class.

for cool teacher just cool students

For a Cool Teacher... Just Cool Students...!!!

oh my goodness can you tell me the reson of your faces

Oh my goodness can you tell me the reson of your faces...???

EJERCICIOS- BUSCANDO GERUNDIOS Y/O INFINITIVOS

INSTRUCCIONES: Lee el siguiente artículo. Subraya todas las palabras que consideres "gerundios e infinitivos". Analizalos y determina (solo si lo sabes) la función gramatical que tengan las mismas.


Programming

Computer programming is the iterative process of writing or editing source code. Editing source code involves testing, analyzing, and refining. A person who practices this skill is referred to as a computer programmer or software developer. The sometimes lengthy process of computer programming is usually referred to as software development. The term software engineering is becoming popular as the process is seen as an engineering discipline.

Language paradigm categories

Computer programs can be categorized by the programming language paradigms used to produce them. Two of the main paradigms are: imperative and declarative.

Programs written using an imperative language specify an algorithm using declarations, expressions, and statements. Programs written using a declarative language the specify the properties that have to be met by the output and do not specify any implementation details. Two broad categories of declarative languages are functional languages and logical languages.

The form in which a program is created may be textual or visual. In a visual language program elements are graphically manipulated rather than textually specified.

Compilation or interpretation of programming languages

A computer program in the form of a human-readable, computer programming language is called source code. Source code may be converted into an executable image by a compiler or executed immediately with the aid of an interpreter. Compiled computer programs are commonly referred to as executables, binary images, or simply as binaries — a reference to the binary file format used to store the executable code.

Self-modifying computer programs

A computer program in execution is normally treated as being different from the data the program operates on. However, in some cases this distinction is blurred when a computer program modifies itself. The modified computer program is subsequently executed as part of the same program. Self-modifying code is possible for programs written in Lisp, COBOL, and Prolog.

Program execution and storage

Typically, computer programs are stored in non-volatile memory until requested either directly or indirectly to be executed by the computer user. Upon such a request the program is loaded into random access memory where it can be accessed directly by the central processor. The central processor then executes ("runs") the program, instruction by instruction, until termination. A program in execution is called a process. Termination is either by normal self-termination or by error — software or hardware error.

Computer programs embedded into hardware

Some computer programs are embedded into hardware. A stored-program computer requires an initial computer program stored in its read-only memory to boot. The boot process is to identify and initialize all aspects of the system, from CPU registers to device controllers to memory contents. Following the initialization process, this initial computer program loads the operating system and sets the program counter to begin normal operations. Independent of the host computer, a hardware device might have embedded firmware to control its operation. Firmware is used when the computer program is rarely or never expected to change, or when the program must not be lost when the power is off.

Functional categories

Computer programs may be categorized along functional lines. These functional categories are system software and application software. System software includes the operating system which couples the computer's hardware with the application software. The purpose of the operating system is to provide an environment in which application software executes in a convenient and efficient manner. [8] In addition to the operating system, system software includes utility programs that help manage and tune the computer. If a computer program is not system software then it is application software. Application software includes middleware, which couples the system software with the user interface. Application software also includes utility programs that help users solve application problems, like the need for sorting.

Nota: Debes imprimirlo y llevarlo resuelto para discutir en clase. Debes añadir tu comentario en el Blog asi como tambiénincluirlo al portafolio.

Taken from: http://en.wikipedia.org/wiki/Computer_program

just few of sec h everybody seams to be happy but just

Just a few of Sec. "H"
Everybody seams to be happy but just before the oral presentation, hehe...