Fill in the Blanks with Prepositions
14 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which phrase completes the sentence 'I’m looking……..a new job in technical recruiting'?

  • with
  • for (correct)
  • at
  • after
  • What word should fill the blank in the sentence 'The number of programming jobs is growing ……..the day'?

  • by (correct)
  • with
  • at
  • on
  • What's the correct word to complete the sentence 'You have a natural talent for logical thinking that you can tap ……'?

  • onto
  • into (correct)
  • under
  • over
  • Which word best completes the sentence 'He’s an amazing coder, ……..top of being a great guy'?

    <p>on</p> Signup and view all the answers

    What will be the output of the following Python code?

    <p>Hello, [inputted name]</p> Signup and view all the answers

    When writing a standalone Python program, what is the purpose of creating a separate folder for the program?

    <p>To organize and store the program files</p> Signup and view all the answers

    What does the 'input' function in Python do?

    <p>Reads user input from the console</p> Signup and view all the answers

    Which type of variables can hold both whole numbers and numbers with decimal points in Python?

    <p>Float variables</p> Signup and view all the answers

    What is the purpose of using a text concatenation in Python?

    <p>To combine multiple strings into a single string</p> Signup and view all the answers

    What is the correct way to print 'Hello World' using the given variables first_name and last_name?

    <p>print(first_name + ' Hello ' + last_name)</p> Signup and view all the answers

    Which variable naming is incorrect based on the provided guidelines?

    <p>first name</p> Signup and view all the answers

    What is the range of integers allowed in the data types according to the text?

    <p>-2,147,483,648 to 2,147,483,647</p> Signup and view all the answers

    Which expression correctly assigns a new value to variable x based on the given equation?

    <p>x = x + 3.6 * (y - 1.5) / (x + 1.7)</p> Signup and view all the answers

    What will be the output of the expression z = x % y if x = 19 and y = 7?

    <p>5</p> Signup and view all the answers

    More Like This

    Use Quizgecko on...
    Browser
    Browser