In today's fast-paced educational landscape, students need reliable resources to excel in their studies.
5.0
CIS2750 - SOFTWARE SYSTEMS QUESTIONS WITH
DETAILED VERIFIED ANSWERS (100% CORRECT
ANSWERS) /ALREADY GRADED A+
Apache
Ans: a free, open-source, cross-platform web server. features many plug-ins
for backend languages and features
C
Ans: a compiled, general-purpose, imperative procedural programming
language
Clang
Ans: a compiler front end for a variety of languages including C. it mimics
gcc but connects to the LLVM compiler back end
CCS
Ans: cascading style sheets; a language describing the presentation of a
markup language such as HTML
DOM
Ans: document object model; a logical relationship between HTML/XML
documents, viewed as a tree structure, in which each node is an
object
Full-Stack
Sunday, 02 March 2025
,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
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
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
GitLab
Ans: open source hosting software for Git. the school of computer science
runs a server of this
HTML
Ans: hypertext markup language; the standard markup language for web-
pages; what you see when you select "view source" in your web
browser.
XML
Examstudy - Stuvia US
, Ans: extensible markup language; a more general markup language
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
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.
HTTP.Server
Ans: a python module to support http communications
Java
Ans: a high-level, general purpose, object oriented language designed to
be compatible across different hardware based on a uniform Virtual
Machine.
JavaScript
Ans: a programming language used to describe alien-side webpage
behaviour. not Java and differs greatly from it in design. because all
major web-browsers have a dedicated this engine, code can be run
on the client, rather than on the server for faster responses on a slow
network and less load on the server
Examstudy - Stuvia US