Unit 7 Text A - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

Unit 7 Text A

Description:

Unit 7 Text A OOD/OOP Comprehension Questions 1. Why are all programming languages theoretically equivalent? 2. What is the strongpoint of Assembler from machine code? – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 10
Provided by: 20986
Category:

less

Transcript and Presenter's Notes

Title: Unit 7 Text A


1
Unit 7 Text A
  • OOD/OOP

2
Comprehension Questions
  • 1. Why are all programming languages
    theoretically equivalent?
  • 2. What is the strongpoint of Assembler from
    machine code?
  • 3. Which two problems have been effectivly dealt
    with after the advent of (HLLs) the high-level
    languages?

3
Comprehension Questions
  • 4. What is the disadvantage of Top-Down design
    methodology?
  • 5. Must OOD be tied to a specific language?
  • 6. How do we compare C with Assembler according
    to the author?

4
1. Why are all programming languages
theoretically equivalent?
  • Because they all must be translated to machine
    code beforre being executed.
  • ?????????????????????

BACK
5
2. What is the strongpoint of Assembler from
machine code?
  • Assembler automates the tedium of working out
    op-codes and relative branch addresses in a
    program.
  • ??????????????????????????????

BACK
6
3. Which two problems have been effectivly dealt
with after the advent of (HLLs) the high-level
languages?
  • The first problem is using these languages the
    programmer may largely ignore the details of the
    particular computer upon which her program runs.
    The second problem is the management and
    organization of code.
  • ??????????????????????????????????????????????????
    ??????????

BACK
7
4. What is the disadvantage of Top-Down design
methodology?
  • The mothodology does not encourage Software
    Re-use.
  • ?????????????????

BACK
8
5. Must OOD be tied to a specific language?
  • No, it is possible (and good coding practice) to
    write ADTs in any language.
  • OOD ????????????,??????????????????(?????????)?

BACK
9
6. How do we compare C with Assembler according
to the author?
  • Assembler is very difficult while C is
    excellent for ADTS.
  • ??????,?C?ADTs???????

BACK
Write a Comment
User Comments (0)
About PowerShow.com