logo

Crowdly

Browser

Додати до Chrome

Programming for Engineers (ENGFF019 UNMC) (SPM1 24-25)

Шукаєте відповіді та рішення тестів для Programming for Engineers (ENGFF019 UNMC) (SPM1 24-25)? Перегляньте нашу велику колекцію перевірених відповідей для Programming for Engineers (ENGFF019 UNMC) (SPM1 24-25) в moodle.nottingham.ac.uk.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Briefly explain the programming concepts you have used in your program and how your experience in using ChatGPT has been.

Переглянути це питання
Submit your .py program files and test runs. 

Переглянути це питання

Review Lesson 1 to Lesson 4:

Briefly write, in your own words, how you used ChatGPT (or any other programming AI chatbot) to learn (Lesson 1 to Lesson 4) with examples. 

If you did not use it at all, explain why.

Переглянути це питання

The following are possible solutions to answer Question (b). 

(A) Choose ONE of the if-else structure (sample code) below and explain whether it would work without any errors. 

(B) Use the AND operator in the condition and modify the code to display the correct output.

Sample Code 1

if age>=18 and age<=120:

    print('Age should be in the range of 18 to 120.')

else:

     print('You may proceed with the program')

Sample Code 2 

if age <=18 and age >=120:

    print('Age should be in the range of 18 to 120')

else:

    print('You may proceed with the program')

Sample Code 3

if age < 18 and  age > 120:

    print('Age should be in the range of 18 to 120.')

else:

    print('You may proceed with the program')

Sample Code 4 

if age < 18 and  age > 120:

    print('You may proceed with the program')

else:

    print('Age should be in the range of 18 to 120.')

Переглянути це питання

The following are possible solutions to answer Question (b). 

(A) Choose ONE of the if-else structure (sample code) below and explain whether it would work without any errors. 

(B) Use the AND operator in the condition and modify the code to display the correct output.

Sample Code 1

if age>=18 and age<=120:

    print('Age should be in the range of 18 to 120.')

else:

     print('You may proceed with the program')

Sample Code 2 

if age <=18 and age >=120:

    print('Age should be in the range of 18 to 120')

else:

    print('You may proceed with the program')

Sample Code 3

if age < 18 and  age > 120:

    print('Age should be in the range of 18 to 120.')

else:

    print('You may proceed with the program')

Sample Code 4 

if age < 18 and  age > 120:

    print('You may proceed with the program')

else:

    print('Age should be in the range of 18 to 120.')

Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.nottingham.ac.uk?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome