CIS2750 - SOFTWARE SYSTEMS COMPLETE
QUESTIONS AND CORRECT DETAILED ANSWERS
(VERIFIED ANSWERS)
QUESTION: Apache
Ans: a free, open-source, cross-platform web server. features many plug-ins for
backend languages and features
Quiz: C
Ans: a compiled, general-purpose, imperative procedural programming
language
Quiz: Clang
Ans: a compiler front end for a variety of languages including C. it mimics gcc
but connects to the LLVM compiler back end
Quiz: CCS
Ans: cascading style sheets; a language describing the presentation of a markup
language such as HTML
Quiz: DOM
Master01 | Dec, 2024/2025 | Latest update
, 2
Ans: document object model; a logical relationship between HTML/XML
documents, viewed as a tree structure, in which each node is an object
Quiz: Full-Stack
Ans: a developer or project that invokes both client and server-development;
this typically includes: HTML/CSS, Javascript/DOM/JSON, Git and GitHub, backend
languages (ex. Python, Java, Ruby), web-architecture, HTTP and REST, database
storage, design skill
Quiz: Git
Ans: distributed version control system developed by Linus Torvalds (of Linux)
to manage kernel code. this system acts as a backup system with versioning and
allows file sharing
Quiz: GitHub
Ans: an internet hosting service for Git. a subsidiary of Microsoft. software on
this may be used by Copilot to provide for profit code completion services
powered by OpenAI Codex
Quiz: GitLab
Master01 | Dec, 2024/2025 | Latest update
, 3
Ans: open source hosting software for Git. the school of computer science runs
a server of this
Quiz: HTML
Ans: hypertext markup language; the standard markup language for web-pages;
what you see when you select "view source" in your web browser.
Quiz: XML
Ans: extensible markup language; a more general markup language
Quiz: HTTP
Ans: hypertext transfer protocol; an application layer protocol in the internet
protocol suite. used to communicate between clients and servers on the world
wide wed. the headers and meta data are human readable
Quiz: HTTPS
Ans: hypertext transfer protocol secure; an extension of HTTP that uses
transport layer security for encryption and authentication. this provides privacy
and security on the web.
Quiz: HTTP.Server
Master01 | Dec, 2024/2025 | Latest update