Topic Review
Test Data Generation
Test data generation, an important part of software testing, is the process of creating a set of data for testing the adequacy of new or revised software applications. It may be the actual data that has been taken from previous operations or artificial data created for this purpose. Test Data Generation is seen to be a complex problem and though a lot of solutions have come forth most of them are limited to toy programs. The use of dynamic memory allocation in most of the code written in industry is the most severe problem that the Test Data Generators face as the usage of the software then becomes highly unpredictable, due to this it becomes harder to anticipate the paths that the program could take making it nearly impossible for the Test Data Generators to generate exhaustive Test Data. However, in the past decade significant progress has been made in tackling this problem better by the use of genetic algorithms and other analysis algorithms. Moreover, Software Testing is an important part of the Software Development Life Cycle and is basically labor-intensive. It also accounts for nearly one third of the cost of the system development. In this view the problem of generating quality test data quickly, efficiently and accurately is seen to be important.
  • 1.4K
  • 25 Oct 2022
Topic Review
Terrestrial Links Rain Attenuation Models
 Rain is a natural process that attenuates the propagating signal at microwave and millimeter-wave frequencies. Therefore, it is necessary to mitigate rain attenuation to ensure the quality of microwave and millimeter-wave links. To this end, dynamic attenuation mitigation methods are implemented alongside attenuation prediction models that can predict the projected attenuation of the links. Studies on rain attenuation are used in geographically distributed locations to analyze and develop a rain attenuation model applicable over a wide frequency range, particularly radio frequencies over approximately 30 GHz for 5G and beyond network applications.
  • 1.4K
  • 02 Jun 2021
Topic Review
Terminus (Video Game)
Terminus is a space-flight role-playing action video game by Vicarious Visions. It was released in 2000 for Microsoft Windows, Linux, and Apple Macintosh. Terminus won awards in the 1999 Independent Games Festival for "Technical Excellence" and "Innovation in Audio".
  • 302
  • 14 Oct 2022
Topic Review
Terminate and Stay Resident Program
A terminate-and-stay-resident program (commonly TSR) is a computer program running under DOS that uses a system call to return control to DOS as though it has finished, but remains in computer memory so it can be reactivated later. This technique partially overcame DOS's limitation of executing only one program, or task, at a time. TSRs are used only in DOS, not in Windows. Some TSRs are utility software that a computer user might call up several times a day, while working in another program, using a hotkey. Borland Sidekick was an early and popular example of this type. Others serve as device drivers for hardware that the operating system does not directly support.
  • 220
  • 14 Oct 2022
Topic Review
Term (Logic)
In mathematical logic, a term denotes a mathematical object while a formula denotes a mathematical fact. In particular, terms appear as components of a formula. This is analogous to natural language, where a noun phrase refers to an object and a whole sentence refers to a fact. A first-order term is recursively constructed from constant symbols, variables and function symbols. An expression formed by applying a predicate symbol to an appropriate number of terms is called an atomic formula, which evaluates to true or false in bivalent logics, given an interpretation. For example, [math]\displaystyle{ (x+1)*(x+1) }[/math] is a term built from the constant 1, the variable x, and the binary function symbols [math]\displaystyle{ + }[/math] and [math]\displaystyle{ * }[/math]; it is part of the atomic formula [math]\displaystyle{ (x+1)*(x+1) \ge 0 }[/math] which evaluates to true for each real-numbered value of x. Besides in logic, terms play important roles in universal algebra, and rewriting systems.
  • 355
  • 01 Dec 2022
Topic Review
Tensorsketch
User:RMCD bot/subject notice In statistics, machine learning and algorithms, a tensor sketch is a type of dimensionality reduction that is particularly efficient when applied to vectors that have tensor structure. Such a sketch can be used to speed up explicit kernel methods, bilinear pooling in neural networks and is a cornerstone in many numerical linear algebra algorithms.
  • 359
  • 30 Sep 2022
Topic Review
Ten Rays Model
The ten-ray model is a model applied to the transmissions in the urban area, to generate a model of ten rays typically four rays more are added to the six rays model, these are ([math]\displaystyle{ R3 }[/math] and [math]\displaystyle{ R4 }[/math] bouncing on both sides of the wall); This incorporate paths from one to three reflections: specifically, there is the LOS (Line of sight), GR (ground reflected), SW (single-wall reflected), DW (double-wall reflected), TW (triple-wall reflected), WG (wall-ground reflected) and GW (ground-wall reflected paths). Where each one of the paths bounces on both sides of the wall. Experimentally, it has been demonstrated that the ten ray model simulates or can represent the propagation of signals through a dielectric canyon, in it which the rays that travel from a transmitter point to a receiver point bounce many times. As example for this model it is assume: a rectilinear free space with two walls, one upper and the other lower, from which two vertical bases are positioned at their ends, these are the transmitting and receiving antennas that it’s locate in such a way that their heights don’t surpass the limits of the top wall; Achieved this the structure acts as free space for its functioning similar to that of a dielectric canyon of signals propagation, since the rays transmitted from the transmitting antenna will collide each side of the upper and lower walls infinity of times (for this example up to 3 reflections) until reaching the receiving antenna. During the course of the rays for each reflection they suffer, part of the energy of the signal is dissipated in each reflection, normally after the third reflection of said ray its resulting component which is a retro-reflected ray is insignificant with a negligible energy.
  • 408
  • 01 Dec 2022
Topic Review Peer Reviewed
Telework: Before and after COVID-19
Telework is, today, a voluntary form of work organization in which the employee is located outside the employer’s premises, at home or elsewhere, under a telework contract, uses information and communication technologies (ICT) and works according to a predetermined schedule on the basis of an agreed supervisory mechanism and an online reporting system on the work undertaken.
  • 1.4K
  • 19 Jul 2022
Topic Review
Telegram (Service)
Telegram is a cloud-based instant messaging and voice over IP service developed by Telegram Messenger LLP, a privately held company registered in London, United Kingdom , founded by the Russian entrepreneur Pavel Durov. Telegram client apps are available for Android, iOS, Windows Phone, Windows NT, macOS and Linux. Users can send messages and exchange photos, videos, stickers, audio and files of any type. Telegram's client-side code is open-source software but the source code for recent versions is not always immediately published, whereas its server-side code is closed-source and proprietary. The service also provides APIs to independent developers. In March 2018, Telegram stated that it had 200 million monthly active users. According to its CEO, (As of April 2017), Telegram’s annual growth rate was greater than 50%. Messages and media in Telegram are only client-server encrypted and stored on the servers by default. The service provides end-to-end encryption for voice calls, and optional end-to-end encrypted "secret" chats between two online users, yet not for groups or channels. Telegram's security model has received notable criticism by cryptography experts. They criticized the general security model of permanently storing all contacts, messages and media together with their decryption keys on its servers by default and by not enabling end-to-end encryption for messages by default. Pavel Durov has argued that this is because it helps to avoid third-party unsecure backups, and to allow users to access messages and files from any device. Cryptography experts have furthermore criticized Telegram's use of a custom-designed encryption protocol that has not been proven reliable and secure. Telegram has faced censorship or outright bans in some countries over accusations that the app's services have been used to facilitate illegal activities, such as protests and terrorism, as well as declining demands to facilitate government access to user data and communications.
  • 3.9K
  • 21 Nov 2022
Topic Review
Technology Tree
In strategy games, a technology, tech, or research tree is a hierarchical visual representation of the possible sequences of upgrades a player can take (most often through the act of research). Because these trees are technically directed and acyclic, they can more accurately be described as a technology directed acyclic graph. The diagram is tree-shaped in the sense that it branches between each 'level', allowing the player to choose one sequence or another. Each level is called a tier and is often used to describe the technological strength of a player. Typically, at the beginning of a session of a strategy game, a player will start at tier 1, and will only have a few options for technologies to research. Each technology that a player researches will open up one or more new options, but may or may not, depending on the computer game, close off the paths to other options. The tech tree is the representation of all possible paths of research a player can take, up to the culmination of said sequence. A player who is engaged in research activities is said to be "teching up", "going up the tech tree", or "moving up the tech tree". Analysis of a tech tree can lead players to memorize and use specific build orders.
  • 1.4K
  • 26 Oct 2022
  • Page
  • of
  • 371
Video Production Service