Pricing
Login
Login
Quiz MakerFlashcard MakerNote MakerStudy Guide MakerPodcast GeneratorAI Tutor
PDF to QuizPDF to NotesPDF to FlashcardsPDF to PodcastVideo to NotesView all use cases
MedicineNursingDentistryLawPharmacy
Pricing
ENGG1001 Programming for Engineers Exam

ENGG1001 Programming for Engineers Exam

Review the key concepts and practice problems from the ENGG1001 course to prepare for the Semester Two Examinations of 2024. Focus on understanding programming principles.

Recommended next

18 questions ready

Start with a quiz

Answer from memory first, then use the existing quiz review flow for anything you miss.

Activities

Quiz18 Questions
Flashcards13 Cards
Study Notes1 Note

Modules

Learn in sequence

Start with the earlier modules and work forward. Each one builds on the last, so the course gets more advanced as you go.

ENGG1001 Programming for Engineers Exam

Quiz • 18 Questions

ENGG1001 Programming for Engineers Exam - Flashcards

Flashcards • 13 Cards

Study Notes

4 min • Summary

Materials

List of Questions18 questions
  1. Question 1
    • 1
    • 3.0
    • 2
    • 1.0
    • None of the above
  2. Question 2
    • s2 = s1[3:7]
    • s2 = s1[3:8]
    • s2 = s1[-10:-5]
    • None of the above
    • More than one of the above
  3. Question 3
    • ""
    • "rbii"
    • "rl"
    • "rli"
    • None of the above
  4. Question 4
    • ""
    • ":g, n, s"
    • "go,: no,: s"
    • ["go":"no":"s"]
    • None of the above
  5. Question 5
    • [1, 2, 5]
    • [1, 2]
    • None
    • Error
    • None of the above
  6. Question 6
    • None
    • (1, 2, 3, 'abc')
    • (1, 2, 3, 'abc')
    • Error
    • None of the above
  7. Question 7
    • 0
    • 5
    • 7
    • 8
    • None of the above
  8. Question 8
    • new_number = 0
    • new_number = ""
    • while True:
    • new_number = False
    • None of the above are suitable
  9. Question 9
    • for c in number:
    • for i,c in enumerate(number):
    • for c in str(number):
    • for i,c in enumerate(int(number)):
    • More than one of the above are suitable
  10. Question 10
    • {}
    • None
    • {'a':24, 'b':28, 'c':32, 'd':36}
    • {'a':24, 'b':28, 'c':32, 'd':36}
    • Error
  11. Question 11
    • 0 ab
    • 0 a abab
    • abababab
    • Error
    • None of the above
  12. Question 12
    • The extend() method in Python returns None
    • The use of global constants is bad programming practice
    • Named arguments can come either before or after positional arguments in Python
    • All keys in a dictionary must be of the same type.
    • Dictionary values must be immutable
  13. Question 13
    • [1, 2, 2]
    • [1, 2, (4,6)]
    • None
    • Error
    • None of the above
  14. Question 14
    • np.sin(np.sin)
    • np.sin(np.pi)
    • np.cos(pi)
    • cos(np.pi)
  15. Question 15
    • >>> import data_analysis >>> data_analysis.check_data()
    • >>> import data_analysis as da >>> da.check_data()
    • >>> import data_analysis >>> check_data()
    • >>> from data_analysis import * >>> check_data()
  16. Question 16
    • all except (ii)
    • (i) and (iii)
    • all except (i)
    • (ii) and (iv)
  17. Question 17
    • np.array([np.arange(0,6,2), np.linspace(0,6,2)])
    • np.array([[2, 4], [6, 8], [10, 12]])
    • np.array([1, 2, 3], [4, 5, 6])
    • np.ones(2,8)
  18. Question 18
    • array([3, 10, 5])
    • array([0, 7, 2., 3])
    • array([3., 10., 5., 3])
    • array([3., 10., 5.])
List of Flashcards13 flashcards
  1. Card 1
    HintHow long do you have to write?Memory TipDuration is 'how long'
  2. Card 2
    HintIt's the time before you start writing.Memory TipPlan before you leap
  3. Card 3
    HintWhat is allowed in the venue?Memory TipNo gadgets allowed
  4. Card 4
    HintWhich specific brand and model is allowed?Memory TipCasio FX82 only
  5. Card 5
    HintWhat extra items can you ask for?Memory TipAsk for more paper
  6. Card 6
    HintWhat is the answer sheet called?Memory TipBubble your answers
  7. Card 7
    HintHow much is each question worth?Memory TipOne mark per question
  8. Card 8
    HintWhat is the maximum score possible?Memory TipAll questions sum up
  9. Card 9
    HintIt's division that always rounds down.Memory TipFloor: divide and round down
  10. Card 10
    HintHow do you get a part of a string using indices?Memory TipSlice with indices
  11. Card 11
    HintOne breaks, the other builds.Memory TipSplit to list, join to string
  12. Card 12
    HintWhat type of data structure can be modified after creation?Memory TipLists can change
  13. Card 13
    HintWhat data type is formed by comma-separated values?Memory TipCommas make tuples

Footer

DiscordTiktokInstagramXFacebookSupportChrome

Tools

  • AI Quiz Generator
  • AI Flashcard Generator
  • AI Note Maker
  • AI Podcast Generator
  • AI Study Guide Maker
  • AI Tutor

Subjects

  • Medicine
  • Nursing
  • Dentistry
  • Law
  • Pharmacy

Resources

  • Blog
  • API
  • Help Center
  • Browse Lessons

Legal

  • Terms
  • Privacy
  • DMCA
  • DPA
  • Cookies

Company

  • About Us
  • Security
  • Refunds
  • Disclaimer
  • Acceptable Usage
English