Coder Social home page Coder Social logo

programming-univbasics-3-quiz-sfo-web-111819's Introduction

Programming as Conversation 3: Methods Quiz

???

Programming as Conversation 3: Methods Quiz

?: Local variables in Ruby are accessible from anywhere in the Ruby program.

( ) TRUE (X) FALSE

?: Something that is defined in the global scope is visible in a local scope.

(X) TRUE ( ) FALSE

?: Does the code sample below demonstrates abstraction?

def destruction_robot
  puts "Exterminate"
  puts "Exterminate"
  puts "Exterminate"
end

( ) TRUE (X) FALSE

?: What is the most significant predictor of fewer bugs/mistakes in code?

(X) Fewer lines of code. ( ) More repetition. ( ) More global variables. ( ) Redefining variables inside of each method.

?: The structure of a method includes:

( ) def ( ) Implementation ( ) end (X) All of the above.

?: What makes methods more dynamic, abstract, and reusable?

( ) Global Variables ( ) Parameters (X) Arguments ( ) None of the above.

?: A argument is a value that the method expects you to pass when you call it.

(X) TRUE ( ) FALSE

?: A parameter is the value you pass to a method when you call the method.

( ) TRUE (X) FALSE

?: What is it called when the last expression in a method's implementation is the return value of the method?

(X) Implicit Return ( ) Explicit Return ( ) Keyword ( ) Output

?: Which keyword will disrupt the execution of your method, and return the value passed to it regardless of where it appears in the method?

( ) puts ( ) break (X) return ( ) print

???

programming-univbasics-3-quiz-sfo-web-111819's People

Contributors

drakeltheryuujin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.