Compare between language A and language B in terms of being 1) compiled vs. interpreted 2) imperative vs. declarative 3) object-oriented vs. non-object-oriented 4) weakly typed vs strongly typed 5) statically scoped vs. dynamically scoped

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 12PE
icon
Related questions
Question
Q1:
Code written using language A
Code written using language B
Line 1: x=3
Line 2: func1 ) { print "x"; }
Line 3: func2 () {
Line 4: int x=9;
Line 4: func1;
Line 5: x-4.5 }
Line 4: func1
Line 5: func2
Line 1: x=3
Line 2: func1 0{ print "x"; }
Line 3: func2 () {
Line 4: int x3D%3B
Line 4: func%;
Line 5: x=4.5 }
Line 4: func1
Line 5: func2
Line 6: func1
Line 6: func1
Output:
Output:
No compilation errors.
Running:
3
Running:
3
3
Error x is int and assigned a float value
4.5
Compare between language A and language B in terms of being
1) compiled vs. interpreted
2) imperative vs. declarative
3) object-oriented vs. non-object-oriented
4) weakly typed vs strongly typed
5) statically scoped vs. dynamically scoped
[12 pt]
Transcribed Image Text:Q1: Code written using language A Code written using language B Line 1: x=3 Line 2: func1 ) { print "x"; } Line 3: func2 () { Line 4: int x=9; Line 4: func1; Line 5: x-4.5 } Line 4: func1 Line 5: func2 Line 1: x=3 Line 2: func1 0{ print "x"; } Line 3: func2 () { Line 4: int x3D%3B Line 4: func%; Line 5: x=4.5 } Line 4: func1 Line 5: func2 Line 6: func1 Line 6: func1 Output: Output: No compilation errors. Running: 3 Running: 3 3 Error x is int and assigned a float value 4.5 Compare between language A and language B in terms of being 1) compiled vs. interpreted 2) imperative vs. declarative 3) object-oriented vs. non-object-oriented 4) weakly typed vs strongly typed 5) statically scoped vs. dynamically scoped [12 pt]
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Processes of 3D Graphics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage