Python exam - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Python exam? On this page you'll find 920 study documents about Python exam.

Page 4 out of 920 results

Sort by

PYTHON EXAM QUESTIONS (1-65) , PART 1
  • PYTHON EXAM QUESTIONS (1-65) , PART 1

  • Exam (elaborations) • 4 pages • 2024
  • PYTHON EXAM QUESTIONS (1-65) , PART 1
    (0)
  • $10.49
  • + learn more
Python EXAM TOP POSSIBLE  QUESTIONS AND CORRECT ANSWERS  2024
  • Python EXAM TOP POSSIBLE QUESTIONS AND CORRECT ANSWERS 2024

  • Exam (elaborations) • 27 pages • 2024
  • Available in package deal
  • A(n) __________ program translates a high-level language program into a separate machine language program. translator assembler compiler utility - compiler The rules that must be followed when writing a program are called __________. operators punctuation syntax key words - syntax The __________ translates an assembly language program to a machine language program. assembler translator compiler interpreter - assembler Computers can only execute programs that are written...
    (0)
  • $8.49
  • + learn more
CSC401 - Introduction to Programming, Ch2 - CSC401, CSC 401 Test 2, python, Python Programming Review, Introduction to Computer Programming: Python, Python Programming Test, Introduction to Python 3 Programming, Introduction to Programming in Python exam
  • CSC401 - Introduction to Programming, Ch2 - CSC401, CSC 401 Test 2, python, Python Programming Review, Introduction to Computer Programming: Python, Python Programming Test, Introduction to Python 3 Programming, Introduction to Programming in Python exam

  • Exam (elaborations) • 71 pages • 2023
  • Data Type - correct answer String, Int, Float, Boolean Class - correct answer Same as data type How do you iterate through a list? - correct answer For Loop! scores = [1,2,3,4] for s in scores: print(s) Write a function named powers() that takes a positive integer n as input and prints, on the screen, all the powers of 2 from 2^1 to 2^n. - correct answer def powers(n): for i in range(1,n+1): print(2**i) How do you identify the length of a list? - correct answer len(list) H...
    (0)
  • $14.99
  • + learn more
Python Exam 2 Challenge Questions and Answers
  • Python Exam 2 Challenge Questions and Answers

  • Exam (elaborations) • 20 pages • 2024
  • Which of the following is the correct extension of the Python file? .py Does python code need to be compiled or interpreted? Python code is both compiled and interpreted Which of the following is used to define a block of code in Python language? Indentation Which keyword is used for function in Python language? def Which of the following functions is a built-in function in python? print() Which of the following is not python's built-in function re() Which of the following is not a ...
    (0)
  • $7.99
  • + learn more
Python Exam one Quick Questions with Complete  solutions
  • Python Exam one Quick Questions with Complete solutions

  • Exam (elaborations) • 22 pages • 2024
  • What is the output of: 11.0//2 - 5.0 Floor division to the nearest whole number Returns a float What is the output of: 11//2 - 5 Return an int What is the output of: 11/2 - 5.5 Returns a float What is the output of: 11/2.0 - 5.0 What is the output of: 20%2 - 0 What is the output of: 21%2 - 1 What is the output of: 11%3 - 2 x = 'Texas A&M University' x [-3] = ? - i x = 'Texas A&M University' x [3] = ? - a x = 'Texas A&M University' len(x) = ? - 20 x = 'Texas A&M Unive...
    (0)
  • $12.99
  • + learn more
Python Exam 2 Challenge Questions and Answers
  • Python Exam 2 Challenge Questions and Answers

  • Exam (elaborations) • 20 pages • 2024
  • Which of the following is the correct extension of the Python file? .py Does python code need to be compiled or interpreted? Python code is both compiled and interpreted Which of the following is used to define a block of code in Python language? Indentation Which keyword is used for function in Python language? def Which of the following functions is a built-in function in python? print() Which of the following is not python's built-in function re() Which of the following is not a ...
    (0)
  • $13.49
  • + learn more
Python Exam UAH Questions and Answers 100% Pass
  • Python Exam UAH Questions and Answers 100% Pass

  • Exam (elaborations) • 16 pages • 2024
  • Available in package deal
  • Python Exam UAH Questions and Answers 100% Pass Which of the following data types are not supported in Python? - Correct Answer️️ - List, Set, Dict, Tuple Which of the following data types are not supported in Python? - Correct Answer️️ -int, string What is the output of print(str) if str = 'Hello World!'? - Correct Answer️️ -Hello World! What is the output of print(str[0]) if str = 'Hello World!'? - Correct Answer️️ -H What is the output of print(str[2:5]) if str = ...
    (0)
  • $12.49
  • + learn more
PYTHON exam Questions and Answers 100% Pass
  • PYTHON exam Questions and Answers 100% Pass

  • Exam (elaborations) • 15 pages • 2024
  • Available in package deal
  • PYTHON exam Questions and Answers 100% Pass The following code represents a ________________ if structure. if a >= 1: if a == 1: - Correct Answer️️ -nested Which line of code sets the value of the variable take_home to 500? take_home == 1500 / (1 + 2) take_home = 250 * 6 / 1 + 2 take_home = 250 * (5 % 3) take_home = 250 * 5 - 3 - Correct Answer️️ -take_home = 250 * (5 % 3) Given the code message = "Your percentage score of " percentage = "95.6" letter_grade = "% is an...
    (0)
  • $12.49
  • + learn more
Python Exam 1 2023 with 100% correct answers
  • Python Exam 1 2023 with 100% correct answers

  • Exam (elaborations) • 22 pages • 2023
  • What is the output of: 11.0//2 5.0 Floor division to the nearest whole number Returns a float What is the output of: 11//2 5 Return an int What is the output of: 11/2 5.5 Returns a float What is the output of: 11/2.0 5.0 What is the output of: 20%2 0 What is the output of: 21%2 1 What is the output of: 11%3 2 x = 'Texas A&M University' x [-3] = ? i x = 'Texas A&M University' x [3] = ? a x = 'Texas A&M University'...
    (0)
  • $16.49
  • + learn more